#33493A

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

Shades of Timber Green #33493A

Tints of Timber Green #33493A

Color information

#33493A (or 0x33493A) is unknown color: approx Timber Green. HEX triplet: 33, 49 and 3A. RGB value is (51,73,58). Sum of RGB (Red+Green+Blue) = 51+73+58=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 73 - color contains mainly: green. Hex color #33493A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33493A is #CCB6C5. Grayscale: #404040. Windows color (decimal): -13416134 or 3819827. OLE color: 3819827.

HSL color Cylindrical-coordinate representation of color #33493A: hue angle of 139.09º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #33493A is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB517358-
CMYK0.3000.210.71
HSL139.09º17.74%24.31%-
HSV(B)139.09º30.14%28.63%-
XYZ4.515.774.88-
YUV64.71124.21118.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.02%
GREEN value IS 73 (28.91% from 255) = 40.11%
BLUE value IS 58 (23.05% from 255) = 31.87%
R=28.02%
G=40.11%
B=31.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5173580.3000.210.71139.0917.7424.31
Hex33493A1E015478b1218
Octal6311172360251072132230
Binary1100111001001111010111100101011000111100010111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33493A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,73,58); }

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

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

 a { background-color: rgb(51,73,58); }

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

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

 span { border-color: rgb(51,73,58); }

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