#496935

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

Shades of Dell #496935

Tints of Dell #496935

Color information

#496935 (or 0x496935) is unknown color: approx Dell. HEX triplet: 49, 69 and 35. RGB value is (73,105,53). Sum of RGB (Red+Green+Blue) = 73+105+53=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 105 (41.41% from 255 or 45.45% from 231); Blue value is 53 (21.09% from 255 or 22.94% from 231); Max value from RGB is 105 - color contains mainly: green. Hex color #496935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496935 is #B696CA. Grayscale: #595959. Windows color (decimal): -11966155 or 3500361. OLE color: 3500361.

HSL color Cylindrical-coordinate representation of color #496935: hue angle of 96.92º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #496935 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB7310553-
CMYK0.3000.500.59
HSL96.92º32.91%30.98%-
HSV(B)96.92º49.52%41.18%-
XYZ8.4411.785.2-
YUV89.5107.4116.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.60%
GREEN value IS 105 (41.41% from 255) = 45.45%
BLUE value IS 53 (21.09% from 255) = 22.94%
R=31.60%
G=45.45%
B=22.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73105530.3000.500.5996.9232.9130.98
Hex4969351E0323B61211f
Octal1111516536062731414137
Binary10010011101001110101111100110010111011110000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496935; }

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

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

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

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

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

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

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

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