#393F3B

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

Shades of Timber Green #393F3B

Tints of Timber Green #393F3B

Color information

#393F3B (or 0x393F3B) is unknown color: approx Timber Green. HEX triplet: 39, 3F and 3B. RGB value is (57,63,59). Sum of RGB (Red+Green+Blue) = 57+63+59=179 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.84% from 179); Green value is 63 (25% from 255 or 35.20% from 179); Blue value is 59 (23.44% from 255 or 32.96% from 179); Max value from RGB is 63 - color contains mainly: green. Hex color #393F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393F3B is #C6C0C4. Grayscale: #3C3C3C. Windows color (decimal): -13025477 or 3882809. OLE color: 3882809.

HSL color Cylindrical-coordinate representation of color #393F3B: hue angle of 140º degrees, saturation: 0.05, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #393F3B is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB576359-
CMYK0.1000.060.75
HSL140º5%23.53%-
HSV(B)140º9.52%24.71%-
XYZ4.254.744.83-
YUV60.75127.01125.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.84%
GREEN value IS 63 (25% from 255) = 35.20%
BLUE value IS 59 (23.44% from 255) = 32.96%
R=31.84%
G=35.20%
B=32.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5763590.1000.060.75140523.53
Hex393F3BA064B8c518
Octal7177731206113214530
Binary1110011111111110111010011010010111000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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