#39483A

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

Shades of Timber Green #39483A

Tints of Timber Green #39483A

Color information

#39483A (or 0x39483A) is unknown color: approx Timber Green. HEX triplet: 39, 48 and 3A. RGB value is (57,72,58). Sum of RGB (Red+Green+Blue) = 57+72+58=187 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.48% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 72 - color contains mainly: green. Hex color #39483A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39483A is #C6B7C5. Grayscale: #414141. Windows color (decimal): -13023174 or 3819577. OLE color: 3819577.

HSL color Cylindrical-coordinate representation of color #39483A: hue angle of 124º 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 #39483A is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB577258-
CMYK0.2100.190.72
HSL124º11.63%25.29%-
HSV(B)124º20.83%28.24%-
XYZ4.775.814.87-
YUV65.92123.53121.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.48%
GREEN value IS 72 (28.52% from 255) = 38.50%
BLUE value IS 58 (23.05% from 255) = 31.02%
R=30.48%
G=38.50%
B=31.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5772580.2100.190.7212411.6325.29
Hex39483A15013487cc19
Octal7111072250231101741431
Binary11100110010001110101010101001110010001111100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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