#496130

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

Shades of Dell #496130

Tints of Dell #496130

Color information

#496130 (or 0x496130) is unknown color: approx Dell. HEX triplet: 49, 61 and 30. RGB value is (73,97,48). Sum of RGB (Red+Green+Blue) = 73+97+48=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 97 - color contains mainly: green. Hex color #496130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496130 is #B69ECF. Grayscale: #545454. Windows color (decimal): -11968208 or 3170633. OLE color: 3170633.

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

Color convert

RGB739748-
CMYK0.2500.510.62
HSL89.39º33.79%28.43%-
HSV(B)89.39º50.52%38.04%-
XYZ7.5610.184.36-
YUV84.24107.55119.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.49%
GREEN value IS 97 (38.28% from 255) = 44.50%
BLUE value IS 48 (19.14% from 255) = 22.02%
R=33.49%
G=44.50%
B=22.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7397480.2500.510.6289.3933.7928.43
Hex496130190333E59221c
Octal1111416031063761314234
Binary10010011100001110000110010110011111110101100110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496130; }

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

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

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

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

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

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

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

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