Html Css Color HEX #3C4216 Turtle Green

📋 copy color: '#3C4216'

red 60 ◦ green 66 ◦ blue 22

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

Shades of Turtle Green #3C4216

Tints of Turtle Green #3C4216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.86%

R = 40.54%
G = 44.59%
B = 14.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.67

 K value IS 0.74

RGB Variations

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

Color information

#3C4216 (or 0x3C4216) is known color: Turtle Green. HEX triplet: 3C, 42 and 16. RGB value is (60,66,22). Sum of RGB (Red+Green+Blue) = 60+66+22=148 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.54% from 148); Green value is 66 (26.17% from 255 or 44.59% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 66 - color contains mainly: green. Hex color #3C4216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4216 is #C3BDE9. Grayscale: #3B3B3B. Windows color (decimal): -12828138 or 1458748. OLE color: 1458748.

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

Color convert

RGB 60 66 22 -
CMYK 0.09 0 0.67 0.74
HSL 68.18º 0.5% 0.17% -
HSV(B) 68.18º 0.67% 0.26% -
XYZ 3.96 4.92 1.5 -
YUV 59.19 107.01 128.58 -
System Red Green Blue C M Y K H S L
Decimal 60 66 22 0.09 0 0.67 0.74 68.18 0.5 0.17
Hex 3C 42 16 9 0 43 4A 44 32 11
Octal 74 102 26 11 0 103 112 104 62 21
Binary 111100 1000010 10110 1001 0 1000011 1001010 1000100 110010 10001

Color Harmonies of #3C4216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4216

Black with #3C4216

Text Example


Text Example

White with #3C4216

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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