#393E1F

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

Shades of Turtle Green #393E1F

Tints of Turtle Green #393E1F

Color information

#393E1F (or 0x393E1F) is unknown color: approx Turtle Green. HEX triplet: 39, 3E and 1F. RGB value is (57,62,31). Sum of RGB (Red+Green+Blue) = 57+62+31=150 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38% from 150); Green value is 62 (24.61% from 255 or 41.33% from 150); Blue value is 31 (12.5% from 255 or 20.67% from 150); Max value from RGB is 62 - color contains mainly: green. Hex color #393E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393E1F is #C6C1E0. Grayscale: #393939. Windows color (decimal): -13025761 or 2047545. OLE color: 2047545.

HSL color Cylindrical-coordinate representation of color #393E1F: hue angle of 69.68º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #393E1F is Cyan = 0.08, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.76.

Color convert

RGB576231-
CMYK0.0800.50.76
HSL69.68º33.33%18.24%-
HSV(B)69.68º50%24.31%-
XYZ3.664.411.96-
YUV56.97113.34128.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38%
GREEN value IS 62 (24.61% from 255) = 41.33%
BLUE value IS 31 (12.5% from 255) = 20.67%
R=38%
G=41.33%
B=20.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5762310.0800.50.7669.6833.3318.24
Hex393E1F80324C462112
Octal717637100621141064122
Binary11100111111011111100001100101001100100011010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393E1F; }

 p { color: rgb(57,62,31); }

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

<style>
 a { background-color: #393E1F; }

 a { background-color: rgb(57,62,31); }

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

<style>
 span { border-color: #393E1F; }

 span { border-color: rgb(57,62,31); }

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