#3C4815

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

Shades of Turtle Green #3C4815

Tints of Turtle Green #3C4815

Color information

#3C4815 (or 0x3C4815) is unknown color: approx Turtle Green. HEX triplet: 3C, 48 and 15. RGB value is (60,72,21). Sum of RGB (Red+Green+Blue) = 60+72+21=153 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.22% from 153); Green value is 72 (28.52% from 255 or 47.06% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 72 - color contains mainly: green. Hex color #3C4815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4815 is #C3B7EA. Grayscale: #3E3E3E. Windows color (decimal): -12826603 or 1394748. OLE color: 1394748.

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

Color convert

RGB607221-
CMYK0.1700.710.72
HSL74.12º54.84%18.24%-
HSV(B)74.12º70.83%28.24%-
XYZ4.325.651.57-
YUV62.6104.52126.15-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 39.22%
GREEN value IS 72 (28.52% from 255) = 47.06%
BLUE value IS 21 (8.59% from 255) = 13.73%
R=39.22%
G=47.06%
B=13.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6072210.1700.710.7274.1254.8418.24
Hex3C481511047484a3712
Octal74110252101071101126722
Binary11110010010001010110001010001111001000100101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,72,21); }

 H1.HeaderClassName
 {
   color: #3C4815;
 }
 .AnyTagClassName
 {
   color: #3C4815;
 }
</style>
background-color css

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

 a { background-color: rgb(60,72,21); }

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

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

 span { border-color: rgb(60,72,21); }

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