#3C4720

Color #3C4720 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #3C4720

Tints of Turtle Green #3C4720

Color information

#3C4720 (or 0x3C4720) is unknown color: approx 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

RGB607132-
CMYK0.1500.550.72
HSL76.92º37.86%20.2%-
HSV(B)76.92º54.93%27.84%-
XYZ4.385.572.21-
YUV63.26110.36125.67-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 36.81%
GREEN value IS 71 (28.12% 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 (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6071320.1500.550.7276.9237.8620.2
Hex3C4720F037484d2614
Octal7410740170671101154624
Binary1111001000111100000111101101111001000100110110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>