#39473C

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

Shades of Timber Green #39473C

Tints of Timber Green #39473C

Color information

#39473C (or 0x39473C) is unknown color: approx Timber Green. HEX triplet: 39, 47 and 3C. RGB value is (57,71,60). Sum of RGB (Red+Green+Blue) = 57+71+60=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 71 - color contains mainly: green. Hex color #39473C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39473C is #C6B8C3. Grayscale: #414141. Windows color (decimal): -13023428 or 3950393. OLE color: 3950393.

HSL color Cylindrical-coordinate representation of color #39473C: hue angle of 132.86º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #39473C is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB577160-
CMYK0.2000.150.72
HSL132.86º10.94%25.1%-
HSV(B)132.86º19.72%27.84%-
XYZ4.765.75.12-
YUV65.56124.86121.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.32%
GREEN value IS 71 (28.12% from 255) = 37.77%
BLUE value IS 60 (23.83% from 255) = 31.91%
R=30.32%
G=37.77%
B=31.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5771600.2000.150.72132.8610.9425.1
Hex39473C140F4885b19
Octal7110774240171102051331
Binary11100110001111111001010001111100100010000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39473C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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