#496C2E

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

Shades of Dell #496C2E

Tints of Dell #496C2E

Color information

#496C2E (or 0x496C2E) is unknown color: approx Dell. HEX triplet: 49, 6C and 2E. RGB value is (73,108,46). Sum of RGB (Red+Green+Blue) = 73+108+46=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 108 (42.58% from 255 or 47.58% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 108 - color contains mainly: green. Hex color #496C2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496C2E is #B693D1. Grayscale: #5A5A5A. Windows color (decimal): -11965394 or 3042377. OLE color: 3042377.

HSL color Cylindrical-coordinate representation of color #496C2E: hue angle of 93.87º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #496C2E is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.58.

Color convert

RGB7310846-
CMYK0.3200.570.58
HSL93.87º40.26%30.2%-
HSV(B)93.87º57.41%42.35%-
XYZ8.612.344.51-
YUV90.47102.9115.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.16%
GREEN value IS 108 (42.58% from 255) = 47.58%
BLUE value IS 46 (18.36% from 255) = 20.26%
R=32.16%
G=47.58%
B=20.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73108460.3200.570.5893.8740.2630.2
Hex496C2E200393A5e281e
Octal1111545640071721365036
Binary100100111011001011101000000111001111010101111010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,108,46); }

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

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

 a { background-color: rgb(73,108,46); }

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

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

 span { border-color: rgb(73,108,46); }

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