#496630

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

Shades of Dell #496630

Tints of Dell #496630

Color information

#496630 (or 0x496630) is unknown color: approx Dell. HEX triplet: 49, 66 and 30. RGB value is (73,102,48). Sum of RGB (Red+Green+Blue) = 73+102+48=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 102 (40.23% from 255 or 45.74% from 223); Blue value is 48 (19.14% from 255 or 21.52% from 223); Max value from RGB is 102 - color contains mainly: green. Hex color #496630 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496630 is #B699CF. Grayscale: #575757. Windows color (decimal): -11966928 or 3171913. OLE color: 3171913.

HSL color Cylindrical-coordinate representation of color #496630: hue angle of 92.22º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #496630 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.6.

Color convert

RGB7310248-
CMYK0.2800.530.6
HSL92.22º36%29.41%-
HSV(B)92.22º52.94%40%-
XYZ8.0311.134.52-
YUV87.17105.89117.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.74%
GREEN value IS 102 (40.23% from 255) = 45.74%
BLUE value IS 48 (19.14% from 255) = 21.52%
R=32.74%
G=45.74%
B=21.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal73102480.2800.530.692.223629.41
Hex4966301C0353C5c241d
Octal1111466034065741344435
Binary10010011100110110000111000110101111100101110010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496630; }

 p { color: rgb(73,102,48); }

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

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

 a { background-color: rgb(73,102,48); }

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

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

 span { border-color: rgb(73,102,48); }

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