#497230

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

Shades of Dell #497230

Tints of Dell #497230

Color information

#497230 (or 0x497230) is unknown color: approx Dell. HEX triplet: 49, 72 and 30. RGB value is (73,114,48). Sum of RGB (Red+Green+Blue) = 73+114+48=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 114 (44.92% from 255 or 48.51% from 235); Blue value is 48 (19.14% from 255 or 20.43% from 235); Max value from RGB is 114 - color contains mainly: green. Hex color #497230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497230 is #B68DCF. Grayscale: #5E5E5E. Windows color (decimal): -11963856 or 3174985. OLE color: 3174985.

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

Color convert

RGB7311448-
CMYK0.3600.580.55
HSL97.27º40.74%31.76%-
HSV(B)97.27º57.89%44.71%-
XYZ9.313.664.94-
YUV94.22101.92112.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.06%
GREEN value IS 114 (44.92% from 255) = 48.51%
BLUE value IS 48 (19.14% from 255) = 20.43%
R=31.06%
G=48.51%
B=20.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73114480.3600.580.5597.2740.7431.76
Hex4972302403A37612920
Octal1111626044072671415140
Binary1001001111001011000010010001110101101111100001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497230; }

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

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

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

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

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

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

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

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