#3C4611

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

Shades of Turtle Green #3C4611

Tints of Turtle Green #3C4611

Color information

#3C4611 (or 0x3C4611) is unknown color: approx Turtle Green. HEX triplet: 3C, 46 and 11. RGB value is (60,70,17). Sum of RGB (Red+Green+Blue) = 60+70+17=147 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.82% from 147); Green value is 70 (27.73% from 255 or 47.62% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 70 - color contains mainly: green. Hex color #3C4611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4611 is #C3B9EE. Grayscale: #3D3D3D. Windows color (decimal): -12827119 or 1132092. OLE color: 1132092.

HSL color Cylindrical-coordinate representation of color #3C4611: hue angle of 71.32º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C4611 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.73.

Color convert

RGB607017-
CMYK0.1400.760.73
HSL71.32º60.92%17.06%-
HSV(B)71.32º75.71%27.45%-
XYZ4.155.381.35-
YUV60.97103.19127.31-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 40.82%
GREEN value IS 70 (27.73% from 255) = 47.62%
BLUE value IS 17 (7.03% from 255) = 11.56%
R=40.82%
G=47.62%
B=11.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6070170.1400.760.7371.3260.9217.06
Hex3C4611E04C49473d11
Octal74106211601141111077521
Binary1111001000110100011110010011001001001100011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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