#3C4008

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

Shades of Turtle Green #3C4008

Tints of Turtle Green #3C4008

Color information

#3C4008 (or 0x3C4008) is unknown color: approx Turtle Green. HEX triplet: 3C, 40 and 08. RGB value is (60,64,8). Sum of RGB (Red+Green+Blue) = 60+64+8=132 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.45% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 64 - color contains mainly: green. Hex color #3C4008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4008 is #C3BFF7. Grayscale: #383838. Windows color (decimal): -12828664 or 540732. OLE color: 540732.

HSL color Cylindrical-coordinate representation of color #3C4008: hue angle of 64.29º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C4008 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.75.

Color convert

RGB60648-
CMYK0.0600.870.75
HSL64.29º77.78%14.12%-
HSV(B)64.29º87.5%25.1%-
XYZ3.744.640.93-
YUV56.42100.67130.55-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 45.45%
GREEN value IS 64 (25.39% from 255) = 48.48%
BLUE value IS 8 (3.52% from 255) = 6.06%
R=45.45%
G=48.48%
B=6.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal606480.0600.870.7564.2977.7814.12
Hex3C40860574B404ee
Octal74100106012711310011616
Binary11110010000001000110010101111001011100000010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,64,8); }

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

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

 a { background-color: rgb(60,64,8); }

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

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

 span { border-color: rgb(60,64,8); }

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