#393C20

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

Shades of Turtle Green #393C20

Tints of Turtle Green #393C20

Color information

#393C20 (or 0x393C20) is unknown color: approx Turtle Green. HEX triplet: 39, 3C and 20. RGB value is (57,60,32). Sum of RGB (Red+Green+Blue) = 57+60+32=149 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.26% from 149); Green value is 60 (23.83% from 255 or 40.27% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 60 - color contains mainly: green. Hex color #393C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393C20 is #C6C3DF. Grayscale: #383838. Windows color (decimal): -13026272 or 2112569. OLE color: 2112569.

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

Color convert

RGB576032-
CMYK0.0500.470.76
HSL66.43º30.43%18.04%-
HSV(B)66.43º46.67%23.53%-
XYZ3.564.211.99-
YUV55.91114.51128.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.26%
GREEN value IS 60 (23.83% from 255) = 40.27%
BLUE value IS 32 (12.89% from 255) = 21.48%
R=38.26%
G=40.27%
B=21.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5760320.0500.470.7666.4330.4318.04
Hex393C20502F4C421e12
Octal71744050571141023622
Binary1110011111001000001010101111100110010000101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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