#3C4219

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

Shades of Turtle Green #3C4219

Tints of Turtle Green #3C4219

Color information

#3C4219 (or 0x3C4219) is unknown color: approx Turtle Green. HEX triplet: 3C, 42 and 19. RGB value is (60,66,25). Sum of RGB (Red+Green+Blue) = 60+66+25=151 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.74% from 151); Green value is 66 (26.17% from 255 or 43.71% from 151); Blue value is 25 (10.16% from 255 or 16.56% from 151); Max value from RGB is 66 - color contains mainly: green. Hex color #3C4219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4219 is #C3BDE6. Grayscale: #3B3B3B. Windows color (decimal): -12828135 or 1655356. OLE color: 1655356.

HSL color Cylindrical-coordinate representation of color #3C4219: hue angle of 68.78º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C4219 is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.74.

Color convert

RGB606625-
CMYK0.0900.620.74
HSL68.78º45.05%17.84%-
HSV(B)68.78º62.12%25.88%-
XYZ3.994.931.66-
YUV59.53108.51128.33-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 39.74%
GREEN value IS 66 (26.17% from 255) = 43.71%
BLUE value IS 25 (10.16% from 255) = 16.56%
R=39.74%
G=43.71%
B=16.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6066250.0900.620.7468.7845.0517.84
Hex3C4219903E4A452d12
Octal7410231110761121055522
Binary111100100001011001100101111101001010100010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,66,25); }

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

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

 a { background-color: rgb(60,66,25); }

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

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

 span { border-color: rgb(60,66,25); }

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