#496334

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

Shades of Dell #496334

Tints of Dell #496334

Color information

#496334 (or 0x496334) is unknown color: approx Dell. HEX triplet: 49, 63 and 34. RGB value is (73,99,52). Sum of RGB (Red+Green+Blue) = 73+99+52=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 52 (20.70% from 255 or 23.21% from 224); Max value from RGB is 99 - color contains mainly: green. Hex color #496334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496334 is #B69CCB. Grayscale: #565656. Windows color (decimal): -11967692 or 3433289. OLE color: 3433289.

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

Color convert

RGB739952-
CMYK0.2600.470.61
HSL93.19º31.13%29.61%-
HSV(B)93.19º47.47%38.82%-
XYZ7.8310.594.88-
YUV85.87108.89118.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.59%
GREEN value IS 99 (39.06% from 255) = 44.20%
BLUE value IS 52 (20.70% from 255) = 23.21%
R=32.59%
G=44.20%
B=23.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7399520.2600.470.6193.1931.1329.61
Hex4963341A02F3D5d1f1e
Octal1111436432057751353736
Binary1001001110001111010011010010111111110110111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496334; }

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

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

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

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

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

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

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

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