#3C4419

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

Shades of Turtle Green #3C4419

Tints of Turtle Green #3C4419

Color information

#3C4419 (or 0x3C4419) is unknown color: approx Turtle Green. HEX triplet: 3C, 44 and 19. RGB value is (60,68,25). Sum of RGB (Red+Green+Blue) = 60+68+25=153 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.22% from 153); Green value is 68 (26.95% from 255 or 44.44% from 153); Blue value is 25 (10.16% from 255 or 16.34% from 153); Max value from RGB is 68 - color contains mainly: green. Hex color #3C4419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4419 is #C3BBE6. Grayscale: #3C3C3C. Windows color (decimal): -12827623 or 1655868. OLE color: 1655868.

HSL color Cylindrical-coordinate representation of color #3C4419: hue angle of 71.16º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C4419 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB606825-
CMYK0.1200.630.73
HSL71.16º46.24%18.24%-
HSV(B)71.16º63.24%26.67%-
XYZ4.115.171.7-
YUV60.71107.85127.5-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 39.22%
GREEN value IS 68 (26.95% from 255) = 44.44%
BLUE value IS 25 (10.16% from 255) = 16.34%
R=39.22%
G=44.44%
B=16.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6068250.1200.630.7371.1646.2418.24
Hex3C4419C03F49472e12
Octal7410431140771111075622
Binary111100100010011001110001111111001001100011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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