#3A441D

Color #3A441D Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #3A441D

Tints of Turtle Green #3A441D

Color information

#3A441D (or 0x3A441D) is unknown color: approx Turtle Green. HEX triplet: 3A, 44 and 1D. RGB value is (58,68,29). Sum of RGB (Red+Green+Blue) = 58+68+29=155 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.42% from 155); Green value is 68 (26.95% from 255 or 43.87% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 68 - color contains mainly: green. Hex color #3A441D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A441D is #C5BBE2. Grayscale: #3C3C3C. Windows color (decimal): -12958691 or 1918010. OLE color: 1918010.

HSL color Cylindrical-coordinate representation of color #3A441D: hue angle of 75.38º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A441D is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB586829-
CMYK0.1500.570.73
HSL75.38º40.21%19.02%-
HSV(B)75.38º57.35%26.67%-
XYZ4.035.121.94-
YUV60.56110.19126.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 58 (23.05% from 255) = 37.42%
GREEN value IS 68 (26.95% from 255) = 43.87%
BLUE value IS 29 (11.72% from 255) = 18.71%
R=37.42%
G=43.87%
B=18.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5868290.1500.570.7375.3840.2119.02
Hex3A441DF039494b2813
Octal7210435170711111135023
Binary111010100010011101111101110011001001100101110100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A441D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A441D; }

 p { color: rgb(58,68,29); }

 H1.HeaderClassName
 {
   color: #3A441D;
 }
 .AnyTagClassName
 {
   color: #3A441D;
 }
</style>
background-color css

<style>
 a { background-color: #3A441D; }

 a { background-color: rgb(58,68,29); }

 div.DivClassName
 {
   background-color: #3A441D;
 }
 .BgClassName
 {
   background-color: #3A441D;
 }
</style>
border-color css

<style>
 span { border-color: #3A441D; }

 span { border-color: rgb(58,68,29); }

 td.TdClassName
 {
   border-color: #3A441D;
 }
 .TagClassName
 {
   border-color: #3A441D;
 }
</style>