#497228

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

Shades of Dell #497228

Tints of Dell #497228

Color information

#497228 (or 0x497228) is unknown color: approx Dell. HEX triplet: 49, 72 and 28. RGB value is (73,114,40). Sum of RGB (Red+Green+Blue) = 73+114+40=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 114 (44.92% from 255 or 50.22% from 227); Blue value is 40 (16.02% from 255 or 17.62% from 227); Max value from RGB is 114 - color contains mainly: green. Hex color #497228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497228 is #B68DD7. Grayscale: #5D5D5D. Windows color (decimal): -11963864 or 2650697. OLE color: 2650697.

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

Color convert

RGB7311440-
CMYK0.3600.650.55
HSL93.24º48.05%30.2%-
HSV(B)93.24º64.91%44.71%-
XYZ9.1513.64.15-
YUV93.397.92113.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.16%
GREEN value IS 114 (44.92% from 255) = 50.22%
BLUE value IS 40 (16.02% from 255) = 17.62%
R=32.16%
G=50.22%
B=17.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73114400.3600.650.5593.2448.0530.2
Hex49722824041375d301e
Octal11116250440101671356036
Binary1001001111001010100010010001000001110111101110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497228; }

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

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

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

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

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

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

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

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