#496F2D

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

Shades of Dell #496F2D

Tints of Dell #496F2D

Color information

#496F2D (or 0x496F2D) is unknown color: approx Dell. HEX triplet: 49, 6F and 2D. RGB value is (73,111,45). Sum of RGB (Red+Green+Blue) = 73+111+45=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 111 (43.75% from 255 or 48.47% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 111 - color contains mainly: green. Hex color #496F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496F2D is #B690D2. Grayscale: #5C5C5C. Windows color (decimal): -11964627 or 2977609. OLE color: 2977609.

HSL color Cylindrical-coordinate representation of color #496F2D: hue angle of 94.55º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #496F2D is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB7311145-
CMYK0.3400.590.56
HSL94.55º42.31%30.59%-
HSV(B)94.55º59.46%43.53%-
XYZ8.9112.974.52-
YUV92.11101.41114.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.88%
GREEN value IS 111 (43.75% from 255) = 48.47%
BLUE value IS 45 (17.97% from 255) = 19.65%
R=31.88%
G=48.47%
B=19.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73111450.3400.590.5694.5542.3130.59
Hex496F2D2203B385f2a1f
Octal1111575542073701375237
Binary100100111011111011011000100111011111000101111110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,111,45); }

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

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

 a { background-color: rgb(73,111,45); }

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

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

 span { border-color: rgb(73,111,45); }

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