#495F32

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

Shades of Dell #495F32

Tints of Dell #495F32

Color information

#495F32 (or 0x495F32) is unknown color: approx Dell. HEX triplet: 49, 5F and 32. RGB value is (73,95,50). Sum of RGB (Red+Green+Blue) = 73+95+50=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 95 (37.5% from 255 or 43.58% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 95 - color contains mainly: green. Hex color #495F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495F32 is #B6A0CD. Grayscale: #535353. Windows color (decimal): -11968718 or 3301193. OLE color: 3301193.

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

Color convert

RGB739550-
CMYK0.2300.470.63
HSL89.33º31.03%28.43%-
HSV(B)89.33º47.37%37.25%-
XYZ7.429.834.52-
YUV83.29109.21120.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.49%
GREEN value IS 95 (37.5% from 255) = 43.58%
BLUE value IS 50 (19.92% from 255) = 22.94%
R=33.49%
G=43.58%
B=22.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7395500.2300.470.6389.3331.0328.43
Hex495F321702F3F591f1c
Octal1111376227057771313734
Binary1001001101111111001010111010111111111110110011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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