#3C4119

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

Shades of Turtle Green #3C4119

Tints of Turtle Green #3C4119

Color information

#3C4119 (or 0x3C4119) is unknown color: approx Turtle Green. HEX triplet: 3C, 41 and 19. RGB value is (60,65,25). Sum of RGB (Red+Green+Blue) = 60+65+25=150 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40% from 150); Green value is 65 (25.78% from 255 or 43.33% from 150); Blue value is 25 (10.16% from 255 or 16.67% from 150); Max value from RGB is 65 - color contains mainly: green. Hex color #3C4119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4119 is #C3BEE6. Grayscale: #3B3B3B. Windows color (decimal): -12828391 or 1655100. OLE color: 1655100.

HSL color Cylindrical-coordinate representation of color #3C4119: hue angle of 67.5º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C4119 is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB606525-
CMYK0.0800.620.75
HSL67.5º44.44%17.65%-
HSV(B)67.5º61.54%25.49%-
XYZ3.934.811.64-
YUV58.94108.84128.75-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 40%
GREEN value IS 65 (25.78% from 255) = 43.33%
BLUE value IS 25 (10.16% from 255) = 16.67%
R=40%
G=43.33%
B=16.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6065250.0800.620.7567.544.4417.65
Hex3C4119803E4B442c12
Octal7410131100761131045422
Binary111100100000111001100001111101001011100010010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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