#495B38

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

Shades of Dell #495B38

Tints of Dell #495B38

Color information

#495B38 (or 0x495B38) is unknown color: approx Dell. HEX triplet: 49, 5B and 38. RGB value is (73,91,56). Sum of RGB (Red+Green+Blue) = 73+91+56=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 91 (35.94% from 255 or 41.36% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 91 - color contains mainly: green. Hex color #495B38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495B38 is #B6A4C7. Grayscale: #515151. Windows color (decimal): -11969736 or 3693385. OLE color: 3693385.

HSL color Cylindrical-coordinate representation of color #495B38: hue angle of 90.86º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #495B38 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.64.

Color convert

RGB739156-
CMYK0.2000.380.64
HSL90.86º23.81%28.82%-
HSV(B)90.86º38.46%35.69%-
XYZ7.29.185.13-
YUV81.63113.54121.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.18%
GREEN value IS 91 (35.94% from 255) = 41.36%
BLUE value IS 56 (22.27% from 255) = 25.45%
R=33.18%
G=41.36%
B=25.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7391560.2000.380.6490.8623.8128.82
Hex495B3814026405b181d
Octal11113370240461001333035
Binary10010011011011111000101000100110100000010110111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,91,56); }

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

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

 a { background-color: rgb(73,91,56); }

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

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

 span { border-color: rgb(73,91,56); }

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