#497627

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

Shades of Dell #497627

Tints of Dell #497627

Color information

#497627 (or 0x497627) is unknown color: approx Dell. HEX triplet: 49, 76 and 27. RGB value is (73,118,39). Sum of RGB (Red+Green+Blue) = 73+118+39=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 118 (46.48% from 255 or 51.30% from 230); Blue value is 39 (15.62% from 255 or 16.96% from 230); Max value from RGB is 118 - color contains mainly: green. Hex color #497627 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497627 is #B689D8. Grayscale: #5F5F5F. Windows color (decimal): -11962841 or 2586185. OLE color: 2586185.

HSL color Cylindrical-coordinate representation of color #497627: hue angle of 94.18º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #497627 is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB7311839-
CMYK0.3800.670.54
HSL94.18º50.32%30.78%-
HSV(B)94.18º66.95%46.27%-
XYZ9.5914.524.22-
YUV95.5496.09111.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.74%
GREEN value IS 118 (46.48% from 255) = 51.30%
BLUE value IS 39 (15.62% from 255) = 16.96%
R=31.74%
G=51.30%
B=16.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73118390.3800.670.5494.1850.3230.78
Hex49762726043365e321f
Octal11116647460103661366237
Binary1001001111011010011110011001000011110110101111011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497627; }

 p { color: rgb(73,118,39); }

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

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

 a { background-color: rgb(73,118,39); }

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

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

 span { border-color: rgb(73,118,39); }

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