#497334

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

Shades of Dell #497334

Tints of Dell #497334

Color information

#497334 (or 0x497334) is unknown color: approx Dell. HEX triplet: 49, 73 and 34. RGB value is (73,115,52). Sum of RGB (Red+Green+Blue) = 73+115+52=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 115 (45.31% from 255 or 47.92% from 240); Blue value is 52 (20.70% from 255 or 21.67% from 240); Max value from RGB is 115 - color contains mainly: green. Hex color #497334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497334 is #B68CCB. Grayscale: #5F5F5F. Windows color (decimal): -11963596 or 3437385. OLE color: 3437385.

HSL color Cylindrical-coordinate representation of color #497334: hue angle of 100º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #497334 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB7311552-
CMYK0.3700.550.55
HSL100º37.72%32.75%-
HSV(B)100º54.78%45.1%-
XYZ9.513.935.44-
YUV95.26103.59112.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.42%
GREEN value IS 115 (45.31% from 255) = 47.92%
BLUE value IS 52 (20.70% from 255) = 21.67%
R=30.42%
G=47.92%
B=21.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73115520.3700.550.5510037.7232.75
Hex4973342503737642621
Octal1111636445067671444641
Binary1001001111001111010010010101101111101111100100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497334; }

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

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

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

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

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

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

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

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