#393F20

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

Shades of Turtle Green #393F20

Tints of Turtle Green #393F20

Color information

#393F20 (or 0x393F20) is unknown color: approx Turtle Green. HEX triplet: 39, 3F and 20. RGB value is (57,63,32). Sum of RGB (Red+Green+Blue) = 57+63+32=152 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.5% from 152); Green value is 63 (25% from 255 or 41.45% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 63 - color contains mainly: green. Hex color #393F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393F20 is #C6C0DF. Grayscale: #393939. Windows color (decimal): -13025504 or 2113337. OLE color: 2113337.

HSL color Cylindrical-coordinate representation of color #393F20: hue angle of 71.61º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #393F20 is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.

Color convert

RGB576332-
CMYK0.1000.490.75
HSL71.61º32.63%18.63%-
HSV(B)71.61º49.21%24.71%-
XYZ3.734.532.04-
YUV57.67113.51127.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.5%
GREEN value IS 63 (25% from 255) = 41.45%
BLUE value IS 32 (12.89% from 255) = 21.05%
R=37.5%
G=41.45%
B=21.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5763320.1000.490.7571.6132.6318.63
Hex393F20A0314B482113
Octal717740120611131104123
Binary111001111111100000101001100011001011100100010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,63,32); }

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

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

 a { background-color: rgb(57,63,32); }

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

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

 span { border-color: rgb(57,63,32); }

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