#497532

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

Shades of Dell #497532

Tints of Dell #497532

Color information

#497532 (or 0x497532) is unknown color: approx Dell. HEX triplet: 49, 75 and 32. RGB value is (73,117,50). Sum of RGB (Red+Green+Blue) = 73+117+50=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 117 - color contains mainly: green. Hex color #497532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497532 is #B68ACD. Grayscale: #606060. Windows color (decimal): -11963086 or 3306825. OLE color: 3306825.

HSL color Cylindrical-coordinate representation of color #497532: hue angle of 99.4º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #497532 is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB7311750-
CMYK0.3800.570.54
HSL99.4º40.12%32.75%-
HSV(B)99.4º57.26%45.88%-
XYZ9.6814.375.28-
YUV96.21101.92111.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.42%
GREEN value IS 117 (46.09% from 255) = 48.75%
BLUE value IS 50 (19.92% from 255) = 20.83%
R=30.42%
G=48.75%
B=20.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73117500.3800.570.5499.440.1232.75
Hex4975322603936632821
Octal1111656246071661435041
Binary1001001111010111001010011001110011101101100011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497532; }

 p { color: rgb(73,117,50); }

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

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

 a { background-color: rgb(73,117,50); }

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

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

 span { border-color: rgb(73,117,50); }

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