#497027

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

Shades of Dell #497027

Tints of Dell #497027

Color information

#497027 (or 0x497027) is unknown color: approx Dell. HEX triplet: 49, 70 and 27. RGB value is (73,112,39). Sum of RGB (Red+Green+Blue) = 73+112+39=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 39 (15.62% from 255 or 17.41% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #497027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497027 is #B68FD8. Grayscale: #5C5C5C. Windows color (decimal): -11964377 or 2584649. OLE color: 2584649.

HSL color Cylindrical-coordinate representation of color #497027: hue angle of 92.05º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #497027 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB7311239-
CMYK0.3500.650.56
HSL92.05º48.34%29.61%-
HSV(B)92.05º65.18%43.92%-
XYZ8.9113.153.99-
YUV92.0298.08114.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.59%
GREEN value IS 112 (44.14% from 255) = 50%
BLUE value IS 39 (15.62% from 255) = 17.41%
R=32.59%
G=50%
B=17.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73112390.3500.650.5692.0548.3429.61
Hex49702723041385c301e
Octal11116047430101701346036
Binary1001001111000010011110001101000001111000101110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497027; }

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

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

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

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

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

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

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

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