#496135

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

Shades of Dell #496135

Tints of Dell #496135

Color information

#496135 (or 0x496135) is unknown color: approx Dell. HEX triplet: 49, 61 and 35. RGB value is (73,97,53). Sum of RGB (Red+Green+Blue) = 73+97+53=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 97 - color contains mainly: green. Hex color #496135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496135 is #B69ECA. Grayscale: #545454. Windows color (decimal): -11968203 or 3498313. OLE color: 3498313.

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

Color convert

RGB739753-
CMYK0.2500.450.62
HSL92.73º29.33%29.41%-
HSV(B)92.73º45.36%38.04%-
XYZ7.6610.224.94-
YUV84.81110.05119.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.74%
GREEN value IS 97 (38.28% from 255) = 43.50%
BLUE value IS 53 (21.09% from 255) = 23.77%
R=32.74%
G=43.50%
B=23.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7397530.2500.450.6292.7329.3329.41
Hex4961351902D3E5d1d1d
Octal1111416531055761353535
Binary1001001110000111010111001010110111111010111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496135; }

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

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

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

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

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

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

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

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