#3C4613

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

Shades of Turtle Green #3C4613

Tints of Turtle Green #3C4613

Color information

#3C4613 (or 0x3C4613) is unknown color: approx Turtle Green. HEX triplet: 3C, 46 and 13. RGB value is (60,70,19). Sum of RGB (Red+Green+Blue) = 60+70+19=149 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.27% from 149); Green value is 70 (27.73% from 255 or 46.98% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 70 - color contains mainly: green. Hex color #3C4613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4613 is #C3B9EC. Grayscale: #3D3D3D. Windows color (decimal): -12827117 or 1263164. OLE color: 1263164.

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

Color convert

RGB607019-
CMYK0.1400.730.73
HSL71.76º57.3%17.45%-
HSV(B)71.76º72.86%27.45%-
XYZ4.175.391.44-
YUV61.2104.19127.15-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 40.27%
GREEN value IS 70 (27.73% from 255) = 46.98%
BLUE value IS 19 (7.81% from 255) = 12.75%
R=40.27%
G=46.98%
B=12.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6070190.1400.730.7371.7657.317.45
Hex3C4613E04949483911
Octal74106231601111111107121
Binary1111001000110100111110010010011001001100100011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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