#3E4010

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

Shades of Turtle Green #3E4010

Tints of Turtle Green #3E4010

Color information

#3E4010 (or 0x3E4010) is unknown color: approx Turtle Green. HEX triplet: 3E, 40 and 10. RGB value is (62,64,16). Sum of RGB (Red+Green+Blue) = 62+64+16=142 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.66% from 142); Green value is 64 (25.39% from 255 or 45.07% from 142); Blue value is 16 (6.64% from 255 or 11.27% from 142); Max value from RGB is 64 - color contains mainly: green. Hex color #3E4010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4010 is #C1BFEF. Grayscale: #3A3A3A. Windows color (decimal): -12697584 or 1065022. OLE color: 1065022.

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

Color convert

RGB626416-
CMYK0.0300.750.75
HSL62.5º60%15.69%-
HSV(B)62.5º75%25.1%-
XYZ3.914.731.2-
YUV57.93104.34130.9-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 43.66%
GREEN value IS 64 (25.39% from 255) = 45.07%
BLUE value IS 16 (6.64% from 255) = 11.27%
R=43.66%
G=45.07%
B=11.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6264160.0300.750.7562.56015.69
Hex3E4010304B4B3f3c10
Octal761002030113113777420
Binary1111101000000100001101001011100101111111111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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