#496a27

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

Shades of Dell #496A27

Tints of Dell #496A27

Color information

#496A27 (or 0x496A27) is unknown color: approx Dell. HEX triplet: 49, 6A and 27. RGB value is (73,106,39). Sum of RGB (Red+Green+Blue) = 73+106+39=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 106 (41.80% from 255 or 48.62% from 218); Blue value is 39 (15.62% from 255 or 17.89% from 218); Max value from RGB is 106 - color contains mainly: green. Hex color #496A27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496A27 is #B695D8. Grayscale: #585858. Windows color (decimal): -11965913 or 2583113. OLE color: 2583113.

HSL color Cylindrical-coordinate representation of color #496A27: hue angle of 89.55º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #496A27 is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB7310639-
CMYK0.3100.630.58
HSL89.55º46.21%28.43%-
HSV(B)89.55º63.21%41.57%-
XYZ8.2711.873.78-
YUV88.49100.07116.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.49%
GREEN value IS 106 (41.80% from 255) = 48.62%
BLUE value IS 39 (15.62% from 255) = 17.89%
R=33.49%
G=48.62%
B=17.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73106390.3100.630.5889.5546.2128.43
Hex496A271F03F3A5a2e1c
Octal1111524737077721325634
Binary10010011101010100111111110111111111010101101010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496a27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496a27; }

 p { color: rgb(73,106,39); }

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

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

 a { background-color: rgb(73,106,39); }

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

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

 span { border-color: rgb(73,106,39); }

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