#497134

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

Shades of Dell #497134

Tints of Dell #497134

Color information

#497134 (or 0x497134) is unknown color: approx Dell. HEX triplet: 49, 71 and 34. RGB value is (73,113,52). Sum of RGB (Red+Green+Blue) = 73+113+52=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 113 (44.53% from 255 or 47.48% from 238); Blue value is 52 (20.70% from 255 or 21.85% from 238); Max value from RGB is 113 - color contains mainly: green. Hex color #497134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497134 is #B68ECB. Grayscale: #5E5E5E. Windows color (decimal): -11964108 or 3436873. OLE color: 3436873.

HSL color Cylindrical-coordinate representation of color #497134: hue angle of 99.34º 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 #497134 is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB7311352-
CMYK0.3500.540.56
HSL99.34º36.97%32.35%-
HSV(B)99.34º53.98%44.31%-
XYZ9.2713.475.36-
YUV94.09104.25112.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.67%
GREEN value IS 113 (44.53% from 255) = 47.48%
BLUE value IS 52 (20.70% from 255) = 21.85%
R=30.67%
G=47.48%
B=21.85%

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
Decimal73113520.3500.540.5699.3436.9732.35
Hex4971342303638632520
Octal1111616443066701434540
Binary1001001111000111010010001101101101110001100011100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497134; }

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

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

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

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

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

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

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

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