Html Css Color HEX #3C4012 Turtle Green

📋 copy color: '#3C4012'

red 60 ◦ green 64 ◦ blue 18

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

Shades of Turtle Green #3C4012

Tints of Turtle Green #3C4012

RGB

 RED value IS 60 (23.83% from 255) = 42.25%

 GREEN value IS 64 (25.39% from 255) = 45.07%

 BLUE value IS 18 (7.42% from 255) = 12.68%

R = 42.25%
G = 45.07%
B = 12.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#3C4012 (or 0x3C4012) is known color: Turtle Green. HEX triplet: 3C, 40 and 12. RGB value is (60,64,18). Sum of RGB (Red+Green+Blue) = 60+64+18=142 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.25% from 142); Green value is 64 (25.39% from 255 or 45.07% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 64 - color contains mainly: green. Hex color #3C4012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4012 is #C3BFED. Grayscale: #393939. Windows color (decimal): -12828654 or 1196092. OLE color: 1196092.

HSL color Cylindrical-coordinate representation of color #3C4012: hue angle of 65.22º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C4012 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB 60 64 18 -
CMYK 0.06 0 0.72 0.75
HSL 65.22º 0.56% 0.16% -
HSV(B) 65.22º 0.72% 0.25% -
XYZ 3.81 4.67 1.27 -
YUV 57.56 105.67 129.74 -
System Red Green Blue C M Y K H S L
Decimal 60 64 18 0.06 0 0.72 0.75 65.22 0.56 0.16
Hex 3C 40 12 6 0 48 4B 41 38 10
Octal 74 100 22 6 0 110 113 101 70 20
Binary 111100 1000000 10010 110 0 1001000 1001011 1000001 111000 10000

Color Harmonies of #3C4012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4012

Black with #3C4012

Text Example


Text Example

White with #3C4012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C4012;
 }
 .AnyTagClassName
 {
   color: #3C4012;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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