#3C4511

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

Shades of Turtle Green #3C4511

Tints of Turtle Green #3C4511

Color information

#3C4511 (or 0x3C4511) is unknown color: approx Turtle Green. HEX triplet: 3C, 45 and 11. RGB value is (60,69,17). Sum of RGB (Red+Green+Blue) = 60+69+17=146 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.10% from 146); Green value is 69 (27.34% from 255 or 47.26% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 69 - color contains mainly: green. Hex color #3C4511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4511 is #C3BAEE. Grayscale: #3C3C3C. Windows color (decimal): -12827375 or 1131836. OLE color: 1131836.

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

Color convert

RGB606917-
CMYK0.1300.750.73
HSL70.38º60.47%16.86%-
HSV(B)70.38º75.36%27.06%-
XYZ4.095.261.33-
YUV60.38103.52127.73-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 41.10%
GREEN value IS 69 (27.34% from 255) = 47.26%
BLUE value IS 17 (7.03% from 255) = 11.64%
R=41.10%
G=47.26%
B=11.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6069170.1300.750.7370.3860.4716.86
Hex3C4511D04B49463c11
Octal74105211501131111067421
Binary1111001000101100011101010010111001001100011011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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