#39453B

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

Shades of Timber Green #39453B

Tints of Timber Green #39453B

Color information

#39453B (or 0x39453B) is unknown color: approx Timber Green. HEX triplet: 39, 45 and 3B. RGB value is (57,69,59). Sum of RGB (Red+Green+Blue) = 57+69+59=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 59 (23.44% from 255 or 31.89% from 185); Max value from RGB is 69 - color contains mainly: green. Hex color #39453B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39453B is #C6BAC4. Grayscale: #404040. Windows color (decimal): -13023941 or 3884345. OLE color: 3884345.

HSL color Cylindrical-coordinate representation of color #39453B: hue angle of 130º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #39453B is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.

Color convert

RGB576959-
CMYK0.1700.140.73
HSL130º9.52%24.71%-
HSV(B)130º17.39%27.06%-
XYZ4.65.444.95-
YUV64.27125.02122.81-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.81%
GREEN value IS 69 (27.34% from 255) = 37.30%
BLUE value IS 59 (23.44% from 255) = 31.89%
R=30.81%
G=37.30%
B=31.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5769590.1700.140.731309.5224.71
Hex39453B110E4982a19
Octal7110573210161112021231
Binary11100110001011110111000101110100100110000010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39453B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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