#39461E

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

Shades of Turtle Green #39461E

Tints of Turtle Green #39461E

Color information

#39461E (or 0x39461E) is unknown color: approx Turtle Green. HEX triplet: 39, 46 and 1E. RGB value is (57,70,30). Sum of RGB (Red+Green+Blue) = 57+70+30=157 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.31% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 70 - color contains mainly: green. Hex color #39461E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39461E is #C6B9E1. Grayscale: #3D3D3D. Windows color (decimal): -13023714 or 1984057. OLE color: 1984057.

HSL color Cylindrical-coordinate representation of color #39461E: hue angle of 79.5º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #39461E is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB577030-
CMYK0.1900.570.73
HSL79.5º40%19.61%-
HSV(B)79.5º57.14%27.45%-
XYZ4.115.342.04-
YUV61.55110.19124.75-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.31%
GREEN value IS 70 (27.73% from 255) = 44.59%
BLUE value IS 30 (12.11% from 255) = 19.11%
R=36.31%
G=44.59%
B=19.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5770300.1900.570.7379.54019.61
Hex39461E1303949502814
Octal7110636230711111205024
Binary1110011000110111101001101110011001001101000010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39461E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39461E; }

 p { color: rgb(57,70,30); }

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

<style>
 a { background-color: #39461E; }

 a { background-color: rgb(57,70,30); }

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

<style>
 span { border-color: #39461E; }

 span { border-color: rgb(57,70,30); }

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