#497034

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

Shades of Dell #497034

Tints of Dell #497034

Color information

#497034 (or 0x497034) is unknown color: approx Dell. HEX triplet: 49, 70 and 34. RGB value is (73,112,52). Sum of RGB (Red+Green+Blue) = 73+112+52=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 112 - color contains mainly: green. Hex color #497034 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497034 is #B68FCB. Grayscale: #5D5D5D. Windows color (decimal): -11964364 or 3436617. OLE color: 3436617.

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

Color convert

RGB7311252-
CMYK0.3500.540.56
HSL99º36.59%32.16%-
HSV(B)99º53.57%43.92%-
XYZ9.1613.255.32-
YUV93.5104.58113.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.80%
GREEN value IS 112 (44.14% from 255) = 47.26%
BLUE value IS 52 (20.70% from 255) = 21.94%
R=30.80%
G=47.26%
B=21.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73112520.3500.540.569936.5932.16
Hex4970342303638632520
Octal1111606443066701434540
Binary1001001111000011010010001101101101110001100011100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497034; }

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

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

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

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

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

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

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

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