#39483B

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

Shades of Timber Green #39483B

Tints of Timber Green #39483B

Color information

#39483B (or 0x39483B) is unknown color: approx Timber Green. HEX triplet: 39, 48 and 3B. RGB value is (57,72,59). Sum of RGB (Red+Green+Blue) = 57+72+59=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 72 - color contains mainly: green. Hex color #39483B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39483B is #C6B7C4. Grayscale: #424242. Windows color (decimal): -13023173 or 3885113. OLE color: 3885113.

HSL color Cylindrical-coordinate representation of color #39483B: hue angle of 128º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #39483B is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB577259-
CMYK0.2100.180.72
HSL128º11.63%25.29%-
HSV(B)128º20.83%28.24%-
XYZ4.795.825.01-
YUV66.03124.03121.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.32%
GREEN value IS 72 (28.52% from 255) = 38.30%
BLUE value IS 59 (23.44% from 255) = 31.38%
R=30.32%
G=38.30%
B=31.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5772590.2100.180.7212811.6325.29
Hex39483B150124880c19
Octal7111073250221102001431
Binary111001100100011101110101010010100100010000000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39483B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39483B; }

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

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

<style>
 a { background-color: #39483B; }

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

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

<style>
 span { border-color: #39483B; }

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

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