#39453A

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

Shades of Timber Green #39453A

Tints of Timber Green #39453A

Color information

#39453A (or 0x39453A) is unknown color: approx Timber Green. HEX triplet: 39, 45 and 3A. RGB value is (57,69,58). Sum of RGB (Red+Green+Blue) = 57+69+58=184 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.98% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 69 - color contains mainly: green. Hex color #39453A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39453A is #C6BAC5. Grayscale: #404040. Windows color (decimal): -13023942 or 3818809. OLE color: 3818809.

HSL color Cylindrical-coordinate representation of color #39453A: hue angle of 125º 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 #39453A is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB576958-
CMYK0.1700.160.73
HSL125º9.52%24.71%-
HSV(B)125º17.39%27.06%-
XYZ4.585.434.81-
YUV64.16124.52122.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.98%
GREEN value IS 69 (27.34% from 255) = 37.5%
BLUE value IS 58 (23.05% from 255) = 31.52%
R=30.98%
G=37.5%
B=31.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5769580.1700.160.731259.5224.71
Hex39453A11010497da19
Octal7110572210201111751231
Binary11100110001011110101000101000010010011111101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39453A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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