#393A14

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

Shades of Turtle Green #393A14

Tints of Turtle Green #393A14

Color information

#393A14 (or 0x393A14) is unknown color: approx Turtle Green. HEX triplet: 39, 3A and 14. RGB value is (57,58,20). Sum of RGB (Red+Green+Blue) = 57+58+20=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 58 (23.05% from 255 or 42.96% from 135); Blue value is 20 (8.20% from 255 or 14.81% from 135); Max value from RGB is 58 - color contains mainly: green. Hex color #393A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393A14 is #C6C5EB. Grayscale: #353535. Windows color (decimal): -13026796 or 1325625. OLE color: 1325625.

HSL color Cylindrical-coordinate representation of color #393A14: hue angle of 61.58º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #393A14 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.77.

Color convert

RGB575820-
CMYK0.0200.660.77
HSL61.58º48.72%15.29%-
HSV(B)61.58º65.52%22.75%-
XYZ3.333.951.25-
YUV53.37109.17130.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.22%
GREEN value IS 58 (23.05% from 255) = 42.96%
BLUE value IS 20 (8.20% from 255) = 14.81%
R=42.22%
G=42.96%
B=14.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5758200.0200.660.7761.5848.7215.29
Hex393A1420424D3e31f
Octal71722420102115766117
Binary11100111101010100100100001010011011111101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,58,20); }

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

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

 a { background-color: rgb(57,58,20); }

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

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

 span { border-color: rgb(57,58,20); }

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