Html Css Color HEX #3C4720 Turtle Green

📋 copy color: '#3C4720'

red 60 ◦ green 71 ◦ blue 32

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

Shades of Turtle Green #3C4720

Tints of Turtle Green #3C4720

RGB

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

 GREEN value IS 71 (28.13% from 255) = 43.56%

 BLUE value IS 32 (12.89% from 255) = 19.63%

R = 36.81%
G = 43.56%
B = 19.63%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#3C4720 (or 0x3C4720) is known color: Turtle Green. HEX triplet: 3C, 47 and 20. RGB value is (60,71,32). Sum of RGB (Red+Green+Blue) = 60+71+32=163 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.81% from 163); Green value is 71 (28.12% from 255 or 43.56% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 71 - color contains mainly: green. Hex color #3C4720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4720 is #C3B8DF. Grayscale: #3F3F3F. Windows color (decimal): -12826848 or 2115388. OLE color: 2115388.

HSL color Cylindrical-coordinate representation of color #3C4720: hue angle of 76.92º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C4720 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.72.

Color convert

RGB 60 71 32 -
CMYK 0.15 0 0.55 0.72
HSL 76.92º 0.38% 0.2% -
HSV(B) 76.92º 0.55% 0.28% -
XYZ 4.38 5.57 2.21 -
YUV 63.27 110.36 125.67 -
System Red Green Blue C M Y K H S L
Decimal 60 71 32 0.15 0 0.55 0.72 76.92 0.38 0.2
Hex 3C 47 20 F 0 37 48 4D 26 14
Octal 74 107 40 17 0 67 110 115 46 24
Binary 111100 1000111 100000 1111 0 110111 1001000 1001101 100110 10100

Color Harmonies of #3C4720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4720

Black with #3C4720

Text Example


Text Example

White with #3C4720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,71,32); }

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

background-color css

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

 a { background-color: rgb(60,71,32); }

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

border-color css

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

 span { border-color: rgb(60,71,32); }

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