#496133

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

Shades of Dell #496133

Tints of Dell #496133

Color information

#496133 (or 0x496133) is unknown color: approx Dell. HEX triplet: 49, 61 and 33. RGB value is (73,97,51). Sum of RGB (Red+Green+Blue) = 73+97+51=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 97 (38.28% from 255 or 43.89% from 221); Blue value is 51 (20.31% from 255 or 23.08% from 221); Max value from RGB is 97 - color contains mainly: green. Hex color #496133 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496133 is #B69ECC. Grayscale: #545454. Windows color (decimal): -11968205 or 3367241. OLE color: 3367241.

HSL color Cylindrical-coordinate representation of color #496133: hue angle of 91.3º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #496133 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB739751-
CMYK0.2500.470.62
HSL91.3º31.08%29.02%-
HSV(B)91.3º47.42%38.04%-
XYZ7.6210.24.7-
YUV84.58109.05119.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.03%
GREEN value IS 97 (38.28% from 255) = 43.89%
BLUE value IS 51 (20.31% from 255) = 23.08%
R=33.03%
G=43.89%
B=23.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7397510.2500.470.6291.331.0829.02
Hex4961331902F3E5b1f1d
Octal1111416331057761333735
Binary1001001110000111001111001010111111111010110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496133; }

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

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

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

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

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

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

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

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