#39453D

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

Shades of Timber Green #39453D

Tints of Timber Green #39453D

Color information

#39453D (or 0x39453D) is unknown color: approx Timber Green. HEX triplet: 39, 45 and 3D. RGB value is (57,69,61). Sum of RGB (Red+Green+Blue) = 57+69+61=187 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.48% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 69 - color contains mainly: green. Hex color #39453D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39453D is #C6BAC2. Grayscale: #404040. Windows color (decimal): -13023939 or 4015417. OLE color: 4015417.

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

Color convert

RGB576961-
CMYK0.1700.120.73
HSL140º9.52%24.71%-
HSV(B)140º17.39%27.06%-
XYZ4.665.465.22-
YUV64.5126.02122.65-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.48%
GREEN value IS 69 (27.34% from 255) = 36.90%
BLUE value IS 61 (24.22% from 255) = 32.62%
R=30.48%
G=36.90%
B=32.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5769610.1700.120.731409.5224.71
Hex39453D110C498ca19
Octal7110575210141112141231
Binary11100110001011111011000101100100100110001100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39453D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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