#3A483B

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

Shades of Timber Green #3A483B

Tints of Timber Green #3A483B

Color information

#3A483B (or 0x3A483B) is unknown color: approx Timber Green. HEX triplet: 3A, 48 and 3B. RGB value is (58,72,59). Sum of RGB (Red+Green+Blue) = 58+72+59=189 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.69% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 72 - color contains mainly: green. Hex color #3A483B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A483B is #C5B7C4. Grayscale: #424242. Windows color (decimal): -12957637 or 3885114. OLE color: 3885114.

HSL color Cylindrical-coordinate representation of color #3A483B: hue angle of 124.29º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3A483B is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB587259-
CMYK0.1900.180.72
HSL124.29º10.77%25.49%-
HSV(B)124.29º19.44%28.24%-
XYZ4.855.855.01-
YUV66.33123.86122.06-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.69%
GREEN value IS 72 (28.52% from 255) = 38.10%
BLUE value IS 59 (23.44% from 255) = 31.22%
R=30.69%
G=38.10%
B=31.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5872590.1900.180.72124.2910.7725.49
Hex3A483B13012487cb19
Octal7211073230221101741331
Binary11101010010001110111001101001010010001111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A483B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A483B; }

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

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

<style>
 a { background-color: #3A483B; }

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

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

<style>
 span { border-color: #3A483B; }

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

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