#496339

Color #496339 Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #496339

Tints of Dell #496339

Color information

#496339 (or 0x496339) is unknown color: approx Dell. HEX triplet: 49, 63 and 39. RGB value is (73,99,57). Sum of RGB (Red+Green+Blue) = 73+99+57=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 99 (39.06% from 255 or 43.23% from 229); Blue value is 57 (22.66% from 255 or 24.89% from 229); Max value from RGB is 99 - color contains mainly: green. Hex color #496339 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496339 is #B69CC6. Grayscale: #565656. Windows color (decimal): -11967687 or 3760969. OLE color: 3760969.

HSL color Cylindrical-coordinate representation of color #496339: hue angle of 97.14º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #496339 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.61.

Color convert

RGB739957-
CMYK0.2600.420.61
HSL97.14º26.92%30.59%-
HSV(B)97.14º42.42%38.82%-
XYZ7.9510.645.5-
YUV86.44111.39118.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.88%
GREEN value IS 99 (39.06% from 255) = 43.23%
BLUE value IS 57 (22.66% from 255) = 24.89%
R=31.88%
G=43.23%
B=24.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7399570.2600.420.6197.1426.9230.59
Hex4963391A02A3D611b1f
Octal1111437132052751413337
Binary1001001110001111100111010010101011110111000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496339; }

 p { color: rgb(73,99,57); }

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

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

 a { background-color: rgb(73,99,57); }

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

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

 span { border-color: rgb(73,99,57); }

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