Html Css Color HEX #3C4211 Turtle Green

📋 copy color: '#3C4211'

red 60 ◦ green 66 ◦ blue 17

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

Shades of Turtle Green #3C4211

Tints of Turtle Green #3C4211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.89%

R = 41.96%
G = 46.15%
B = 11.89%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.74

 K value IS 0.74

RGB Variations

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

Color information

#3C4211 (or 0x3C4211) is known color: Turtle Green. HEX triplet: 3C, 42 and 11. RGB value is (60,66,17). Sum of RGB (Red+Green+Blue) = 60+66+17=143 (18% of max value = 765). Red value is 60 (23.83% from 255 or 41.96% from 143); Green value is 66 (26.17% from 255 or 46.15% from 143); Blue value is 17 (7.03% from 255 or 11.89% from 143); Max value from RGB is 66 - color contains mainly: green. Hex color #3C4211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4211 is #C3BDEE. Grayscale: #3A3A3A. Windows color (decimal): -12828143 or 1131068. OLE color: 1131068.

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

Color convert

RGB 60 66 17 -
CMYK 0.09 0 0.74 0.74
HSL 67.35º 0.59% 0.16% -
HSV(B) 67.35º 0.74% 0.26% -
XYZ 3.91 4.9 1.27 -
YUV 58.62 104.51 128.98 -
System Red Green Blue C M Y K H S L
Decimal 60 66 17 0.09 0 0.74 0.74 67.35 0.59 0.16
Hex 3C 42 11 9 0 4A 4A 43 3B 10
Octal 74 102 21 11 0 112 112 103 73 20
Binary 111100 1000010 10001 1001 0 1001010 1001010 1000011 111011 10000

Color Harmonies of #3C4211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4211

Black with #3C4211

Text Example


Text Example

White with #3C4211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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