#39483D

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

Shades of Timber Green #39483D

Tints of Timber Green #39483D

Color information

#39483D (or 0x39483D) is unknown color: approx Timber Green. HEX triplet: 39, 48 and 3D. RGB value is (57,72,61). Sum of RGB (Red+Green+Blue) = 57+72+61=190 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 72 - color contains mainly: green. Hex color #39483D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39483D is #C6B7C2. Grayscale: #424242. Windows color (decimal): -13023171 or 4016185. OLE color: 4016185.

HSL color Cylindrical-coordinate representation of color #39483D: hue angle of 136º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #39483D is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB577261-
CMYK0.2100.150.72
HSL136º11.63%25.29%-
HSV(B)136º20.83%28.24%-
XYZ4.855.845.29-
YUV66.26125.03121.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30%
GREEN value IS 72 (28.52% from 255) = 37.89%
BLUE value IS 61 (24.22% from 255) = 32.11%
R=30%
G=37.89%
B=32.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5772610.2100.150.7213611.6325.29
Hex39483D150F4888c19
Octal7111075250171102101431
Binary11100110010001111011010101111100100010001000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39483D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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