#3A4412

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

Shades of Turtle Green #3A4412

Tints of Turtle Green #3A4412

Color information

#3A4412 (or 0x3A4412) is unknown color: approx Turtle Green. HEX triplet: 3A, 44 and 12. RGB value is (58,68,18). Sum of RGB (Red+Green+Blue) = 58+68+18=144 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40.28% from 144); Green value is 68 (26.95% from 255 or 47.22% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 68 - color contains mainly: green. Hex color #3A4412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4412 is #C5BBED. Grayscale: #3B3B3B. Windows color (decimal): -12958702 or 1197114. OLE color: 1197114.

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

Color convert

RGB586818-
CMYK0.1500.740.73
HSL72º58.14%16.86%-
HSV(B)72º73.53%26.67%-
XYZ3.925.081.35-
YUV59.31104.69127.07-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40.28%
GREEN value IS 68 (26.95% from 255) = 47.22%
BLUE value IS 18 (7.42% from 255) = 12.5%
R=40.28%
G=47.22%
B=12.5%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5868180.1500.740.737258.1416.86
Hex3A4412F04A49483a11
Octal72104221701121111107221
Binary1110101000100100101111010010101001001100100011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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