#3E4012

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

Shades of Turtle Green #3E4012

Tints of Turtle Green #3E4012

Color information

#3E4012 (or 0x3E4012) is unknown color: approx Turtle Green. HEX triplet: 3E, 40 and 12. RGB value is (62,64,18). Sum of RGB (Red+Green+Blue) = 62+64+18=144 (19% of max value = 765). Red value is 62 (24.61% from 255 or 43.06% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 64 - color contains mainly: green. Hex color #3E4012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4012 is #C1BFED. Grayscale: #3A3A3A. Windows color (decimal): -12697582 or 1196094. OLE color: 1196094.

HSL color Cylindrical-coordinate representation of color #3E4012: hue angle of 62.61º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E4012 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB626418-
CMYK0.0300.720.75
HSL62.61º56.1%16.08%-
HSV(B)62.61º71.88%25.1%-
XYZ3.934.731.28-
YUV58.16105.34130.74-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 43.06%
GREEN value IS 64 (25.39% from 255) = 44.44%
BLUE value IS 18 (7.42% from 255) = 12.5%
R=43.06%
G=44.44%
B=12.5%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6264180.0300.720.7562.6156.116.08
Hex3E401230484B3f3810
Octal761002230110113777020
Binary1111101000000100101101001000100101111111111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,64,18); }

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

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

 a { background-color: rgb(62,64,18); }

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

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

 span { border-color: rgb(62,64,18); }

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