#495F2F

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

Shades of Dell #495F2F

Tints of Dell #495F2F

Color information

#495F2F (or 0x495F2F) is unknown color: approx Dell. HEX triplet: 49, 5F and 2F. RGB value is (73,95,47). Sum of RGB (Red+Green+Blue) = 73+95+47=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 95 (37.5% from 255 or 44.19% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 95 - color contains mainly: green. Hex color #495F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495F2F is #B6A0D0. Grayscale: #535353. Windows color (decimal): -11968721 or 3104585. OLE color: 3104585.

HSL color Cylindrical-coordinate representation of color #495F2F: hue angle of 87.5º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #495F2F is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.63.

Color convert

RGB739547-
CMYK0.2300.510.63
HSL87.5º33.8%27.84%-
HSV(B)87.5º50.53%37.25%-
XYZ7.359.814.19-
YUV82.95107.71120.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.95%
GREEN value IS 95 (37.5% from 255) = 44.19%
BLUE value IS 47 (18.75% from 255) = 21.86%
R=33.95%
G=44.19%
B=21.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7395470.2300.510.6387.533.827.84
Hex495F2F170333F58221c
Octal1111375727063771304234
Binary10010011011111101111101110110011111111101100010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495F2F; }

 p { color: rgb(73,95,47); }

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

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

 a { background-color: rgb(73,95,47); }

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

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

 span { border-color: rgb(73,95,47); }

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