#3C4713

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

Shades of Turtle Green #3C4713

Tints of Turtle Green #3C4713

Color information

#3C4713 (or 0x3C4713) is unknown color: approx Turtle Green. HEX triplet: 3C, 47 and 13. RGB value is (60,71,19). Sum of RGB (Red+Green+Blue) = 60+71+19=150 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40% from 150); Green value is 71 (28.12% from 255 or 47.33% from 150); Blue value is 19 (7.81% from 255 or 12.67% from 150); Max value from RGB is 71 - color contains mainly: green. Hex color #3C4713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4713 is #C3B8EC. Grayscale: #3D3D3D. Windows color (decimal): -12826861 or 1263420. OLE color: 1263420.

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

Color convert

RGB607119-
CMYK0.1500.730.72
HSL72.69º57.78%17.65%-
HSV(B)72.69º73.24%27.84%-
XYZ4.235.511.46-
YUV61.78103.86126.73-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 40%
GREEN value IS 71 (28.12% from 255) = 47.33%
BLUE value IS 19 (7.81% from 255) = 12.67%
R=40%
G=47.33%
B=12.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6071190.1500.730.7272.6957.7817.65
Hex3C4713F04948493a12
Octal74107231701111101117222
Binary1111001000111100111111010010011001000100100111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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