#497231

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

Shades of Dell #497231

Tints of Dell #497231

Color information

#497231 (or 0x497231) is unknown color: approx Dell. HEX triplet: 49, 72 and 31. RGB value is (73,114,49). Sum of RGB (Red+Green+Blue) = 73+114+49=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 114 (44.92% from 255 or 48.31% from 236); Blue value is 49 (19.53% from 255 or 20.76% from 236); Max value from RGB is 114 - color contains mainly: green. Hex color #497231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497231 is #B68DCE. Grayscale: #5E5E5E. Windows color (decimal): -11963855 or 3240521. OLE color: 3240521.

HSL color Cylindrical-coordinate representation of color #497231: hue angle of 97.85º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #497231 is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB7311449-
CMYK0.3600.570.55
HSL97.85º39.88%31.96%-
HSV(B)97.85º57.02%44.71%-
XYZ9.3213.675.05-
YUV94.33102.42112.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.93%
GREEN value IS 114 (44.92% from 255) = 48.31%
BLUE value IS 49 (19.53% from 255) = 20.76%
R=30.93%
G=48.31%
B=20.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73114490.3600.570.5597.8539.8831.96
Hex4972312403937622820
Octal1111626144071671425040
Binary1001001111001011000110010001110011101111100010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497231; }

 p { color: rgb(73,114,49); }

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

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

 a { background-color: rgb(73,114,49); }

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

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

 span { border-color: rgb(73,114,49); }

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