#496C2B

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

Shades of Dell #496C2B

Tints of Dell #496C2B

Color information

#496C2B (or 0x496C2B) is unknown color: approx Dell. HEX triplet: 49, 6C and 2B. RGB value is (73,108,43). Sum of RGB (Red+Green+Blue) = 73+108+43=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 108 (42.58% from 255 or 48.21% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 108 - color contains mainly: green. Hex color #496C2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496C2B is #B693D4. Grayscale: #5A5A5A. Windows color (decimal): -11965397 or 2845769. OLE color: 2845769.

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

Color convert

RGB7310843-
CMYK0.3200.600.58
HSL92.31º43.05%29.61%-
HSV(B)92.31º60.19%42.35%-
XYZ8.5512.324.21-
YUV90.12101.4115.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.59%
GREEN value IS 108 (42.58% from 255) = 48.21%
BLUE value IS 43 (17.19% from 255) = 19.20%
R=32.59%
G=48.21%
B=19.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73108430.3200.600.5892.3143.0529.61
Hex496C2B2003C3A5c2b1e
Octal1111545340074721345336
Binary100100111011001010111000000111100111010101110010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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