Html Css Color HEX #3C4008 Turtle Green

📋 copy color: '#3C4008'

red 60 ◦ green 64 ◦ blue 8

#3C4008
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #3C4008

Tints of Turtle Green #3C4008

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 value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.75

RGB Variations

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

Color information

#3C4008 (or 0x3C4008) is known color: 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

RGB 60 64 8 -
CMYK 0.06 0 0.87 0.75
HSL 64.29º 0.78% 0.14% -
HSV(B) 64.29º 0.88% 0.25% -
XYZ 3.74 4.64 0.93 -
YUV 56.42 100.67 130.55 -
System Red Green Blue C M Y K H S L
Decimal 60 64 8 0.06 0 0.87 0.75 64.29 0.78 0.14
Hex 3C 40 8 6 0 57 4B 40 4E E
Octal 74 100 10 6 0 127 113 100 116 16
Binary 111100 1000000 1000 110 0 1010111 1001011 1000000 1001110 1110

Color Harmonies of #3C4008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4008

Black with #3C4008

Text Example


Text Example

White with #3C4008

Text Example


Text Example

HTML Codes & Css Web 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>