#3E4312

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

Shades of Turtle Green #3E4312

Tints of Turtle Green #3E4312

Color information

#3E4312 (or 0x3E4312) is unknown color: approx Turtle Green. HEX triplet: 3E, 43 and 12. RGB value is (62,67,18). Sum of RGB (Red+Green+Blue) = 62+67+18=147 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.18% from 147); Green value is 67 (26.56% from 255 or 45.58% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 67 - color contains mainly: green. Hex color #3E4312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4312 is #C1BCED. Grayscale: #3C3C3C. Windows color (decimal): -12696814 or 1196862. OLE color: 1196862.

HSL color Cylindrical-coordinate representation of color #3E4312: hue angle of 66.12º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E4312 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB626718-
CMYK0.0700.730.74
HSL66.12º57.65%16.67%-
HSV(B)66.12º73.13%26.27%-
XYZ4.15.081.34-
YUV59.92104.34129.48-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 42.18%
GREEN value IS 67 (26.56% from 255) = 45.58%
BLUE value IS 18 (7.42% from 255) = 12.24%
R=42.18%
G=45.58%
B=12.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6267180.0700.730.7466.1257.6516.67
Hex3E431270494A423a11
Octal7610322701111121027221
Binary111110100001110010111010010011001010100001011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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