#497029

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

Shades of Dell #497029

Tints of Dell #497029

Color information

#497029 (or 0x497029) is unknown color: approx Dell. HEX triplet: 49, 70 and 29. RGB value is (73,112,41). Sum of RGB (Red+Green+Blue) = 73+112+41=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 112 (44.14% from 255 or 49.56% from 226); Blue value is 41 (16.41% from 255 or 18.14% from 226); Max value from RGB is 112 - color contains mainly: green. Hex color #497029 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497029 is #B68FD6. Grayscale: #5C5C5C. Windows color (decimal): -11964375 or 2715721. OLE color: 2715721.

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

Color convert

RGB7311241-
CMYK0.3500.630.56
HSL92.96º46.41%30%-
HSV(B)92.96º63.39%43.92%-
XYZ8.9413.164.17-
YUV92.2499.08114.27-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.30%
GREEN value IS 112 (44.14% from 255) = 49.56%
BLUE value IS 41 (16.41% from 255) = 18.14%
R=32.30%
G=49.56%
B=18.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73112410.3500.630.5692.9646.4130
Hex4970292303F385d2e1e
Octal1111605143077701355636
Binary100100111100001010011000110111111111000101110110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497029; }

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

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

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

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

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

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

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

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