#3E4014

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

Shades of Turtle Green #3E4014

Tints of Turtle Green #3E4014

Color information

#3E4014 (or 0x3E4014) is unknown color: approx Turtle Green. HEX triplet: 3E, 40 and 14. RGB value is (62,64,20). Sum of RGB (Red+Green+Blue) = 62+64+20=146 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.47% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 20 (8.20% from 255 or 13.70% from 146); Max value from RGB is 64 - color contains mainly: green. Hex color #3E4014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4014 is #C1BFEB. Grayscale: #3A3A3A. Windows color (decimal): -12697580 or 1327166. OLE color: 1327166.

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

Color convert

RGB626420-
CMYK0.0300.690.75
HSL62.73º52.38%16.47%-
HSV(B)62.73º68.75%25.1%-
XYZ3.954.741.37-
YUV58.39106.34130.58-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 42.47%
GREEN value IS 64 (25.39% from 255) = 43.84%
BLUE value IS 20 (8.20% from 255) = 13.70%
R=42.47%
G=43.84%
B=13.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6264200.0300.690.7562.7352.3816.47
Hex3E401430454B3f3410
Octal761002430105113776420
Binary1111101000000101001101000101100101111111111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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