#393D3A

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

Shades of Timber Green #393D3A

Tints of Timber Green #393D3A

Color information

#393D3A (or 0x393D3A) is unknown color: approx Timber Green. HEX triplet: 39, 3D and 3A. RGB value is (57,61,58). Sum of RGB (Red+Green+Blue) = 57+61+58=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 61 - color contains mainly: green. Hex color #393D3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393D3A is #C6C2C5. Grayscale: #3B3B3B. Windows color (decimal): -13025990 or 3816761. OLE color: 3816761.

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

Color convert

RGB576158-
CMYK0.0700.050.76
HSL135º3.39%23.14%-
HSV(B)135º6.56%23.92%-
XYZ4.124.514.66-
YUV59.46127.17126.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.39%
GREEN value IS 61 (24.22% from 255) = 34.66%
BLUE value IS 58 (23.05% from 255) = 32.95%
R=32.39%
G=34.66%
B=32.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5761580.0700.050.761353.3923.14
Hex393D3A7054C87317
Octal717572705114207327
Binary11100111110111101011101011001100100001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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