Html Css Color HEX #3C4214 Turtle Green

📋 copy color: '#3C4214'

red 60 ◦ green 66 ◦ blue 20

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

Shades of Turtle Green #3C4214

Tints of Turtle Green #3C4214

RGB

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

 GREEN value IS 66 (26.17% from 255) = 45.21%

 BLUE value IS 20 (8.2% from 255) = 13.7%

R = 41.1%
G = 45.21%
B = 13.7%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#3C4214 (or 0x3C4214) is known color: Turtle Green. HEX triplet: 3C, 42 and 14. RGB value is (60,66,20). Sum of RGB (Red+Green+Blue) = 60+66+20=146 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.10% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 20 (8.20% from 255 or 13.70% from 146); Max value from RGB is 66 - color contains mainly: green. Hex color #3C4214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4214 is #C3BDEB. Grayscale: #3B3B3B. Windows color (decimal): -12828140 or 1327676. OLE color: 1327676.

HSL color Cylindrical-coordinate representation of color #3C4214: hue angle of 67.83º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C4214 is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB 60 66 20 -
CMYK 0.09 0 0.70 0.74
HSL 67.83º 0.53% 0.17% -
HSV(B) 67.83º 0.7% 0.26% -
XYZ 3.94 4.91 1.4 -
YUV 58.96 106.01 128.74 -
System Red Green Blue C M Y K H S L
Decimal 60 66 20 0.09 0 0.70 0.74 67.83 0.53 0.17
Hex 3C 42 14 9 0 46 4A 44 35 11
Octal 74 102 24 11 0 106 112 104 65 21
Binary 111100 1000010 10100 1001 0 1000110 1001010 1000100 110101 10001

Color Harmonies of #3C4214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4214

Black with #3C4214

Text Example


Text Example

White with #3C4214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,66,20); }

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

background-color css

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

 a { background-color: rgb(60,66,20); }

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

border-color css

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

 span { border-color: rgb(60,66,20); }

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