Html Css Color HEX #3C4210 Turtle Green

📋 copy color: '#3C4210'

red 60 ◦ green 66 ◦ blue 16

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

Shades of Turtle Green #3C4210

Tints of Turtle Green #3C4210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.27%

R = 42.25%
G = 46.48%
B = 11.27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#3C4210 (or 0x3C4210) is known color: Turtle Green. HEX triplet: 3C, 42 and 10. RGB value is (60,66,16). Sum of RGB (Red+Green+Blue) = 60+66+16=142 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.25% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 16 (6.64% from 255 or 11.27% from 142); Max value from RGB is 66 - color contains mainly: green. Hex color #3C4210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4210 is #C3BDEF. Grayscale: #3A3A3A. Windows color (decimal): -12828144 or 1065532. OLE color: 1065532.

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

Color convert

RGB 60 66 16 -
CMYK 0.09 0 0.76 0.74
HSL 67.2º 0.61% 0.16% -
HSV(B) 67.2º 0.76% 0.26% -
XYZ 3.91 4.89 1.23 -
YUV 58.51 104.01 129.07 -
System Red Green Blue C M Y K H S L
Decimal 60 66 16 0.09 0 0.76 0.74 67.2 0.61 0.16
Hex 3C 42 10 9 0 4C 4A 43 3D 10
Octal 74 102 20 11 0 114 112 103 75 20
Binary 111100 1000010 10000 1001 0 1001100 1001010 1000011 111101 10000

Color Harmonies of #3C4210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4210

Black with #3C4210

Text Example


Text Example

White with #3C4210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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