#497127

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

Shades of Dell #497127

Tints of Dell #497127

Color information

#497127 (or 0x497127) is unknown color: approx Dell. HEX triplet: 49, 71 and 27. RGB value is (73,113,39). Sum of RGB (Red+Green+Blue) = 73+113+39=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 113 (44.53% from 255 or 50.22% from 225); Blue value is 39 (15.62% from 255 or 17.33% from 225); Max value from RGB is 113 - color contains mainly: green. Hex color #497127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497127 is #B68ED8. Grayscale: #5C5C5C. Windows color (decimal): -11964121 or 2584905. OLE color: 2584905.

HSL color Cylindrical-coordinate representation of color #497127: hue angle of 92.43º degrees, saturation: 0.49, 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 #497127 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB7311339-
CMYK0.3500.650.56
HSL92.43º48.68%29.8%-
HSV(B)92.43º65.49%44.31%-
XYZ9.0213.374.03-
YUV92.697.75114.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.44%
GREEN value IS 113 (44.53% from 255) = 50.22%
BLUE value IS 39 (15.62% from 255) = 17.33%
R=32.44%
G=50.22%
B=17.33%

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
Decimal73113390.3500.650.5692.4348.6829.8
Hex49712723041385c311e
Octal11116147430101701346136
Binary1001001111000110011110001101000001111000101110011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497127; }

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

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

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

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

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

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

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

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