#39453C

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

Shades of Timber Green #39453C

Tints of Timber Green #39453C

Color information

#39453C (or 0x39453C) is unknown color: approx Timber Green. HEX triplet: 39, 45 and 3C. RGB value is (57,69,60). Sum of RGB (Red+Green+Blue) = 57+69+60=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 69 - color contains mainly: green. Hex color #39453C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39453C is #C6BAC3. Grayscale: #404040. Windows color (decimal): -13023940 or 3949881. OLE color: 3949881.

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

Color convert

RGB576960-
CMYK0.1700.130.73
HSL135º9.52%24.71%-
HSV(B)135º17.39%27.06%-
XYZ4.635.455.08-
YUV64.39125.52122.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.65%
GREEN value IS 69 (27.34% from 255) = 37.10%
BLUE value IS 60 (23.83% from 255) = 32.26%
R=30.65%
G=37.10%
B=32.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5769600.1700.130.731359.5224.71
Hex39453C110D4987a19
Octal7110574210151112071231
Binary11100110001011111001000101101100100110000111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39453C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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