#496936

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

Shades of Dell #496936

Tints of Dell #496936

Color information

#496936 (or 0x496936) is unknown color: approx Dell. HEX triplet: 49, 69 and 36. RGB value is (73,105,54). Sum of RGB (Red+Green+Blue) = 73+105+54=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 54 (21.48% from 255 or 23.28% from 232); Max value from RGB is 105 - color contains mainly: green. Hex color #496936 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496936 is #B696C9. Grayscale: #595959. Windows color (decimal): -11966154 or 3565897. OLE color: 3565897.

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

Color convert

RGB7310554-
CMYK0.3000.490.59
HSL97.65º32.08%31.18%-
HSV(B)97.65º48.57%41.18%-
XYZ8.4711.795.32-
YUV89.62107.9116.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.47%
GREEN value IS 105 (41.41% from 255) = 45.26%
BLUE value IS 54 (21.48% from 255) = 23.28%
R=31.47%
G=45.26%
B=23.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73105540.3000.490.5997.6532.0831.18
Hex4969361E0313B62201f
Octal1111516636061731424037
Binary10010011101001110110111100110001111011110001010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496936; }

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

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

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

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

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

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

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

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