#497F34

Color #497F34 La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #497F34

Tints of La Palma #497F34

Color information

#497F34 (or 0x497F34) is unknown color: approx La Palma. HEX triplet: 49, 7F and 34. RGB value is (73,127,52). Sum of RGB (Red+Green+Blue) = 73+127+52=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 127 (50% from 255 or 50.40% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 127 - color contains mainly: green. Hex color #497F34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497F34 is #B680CB. Grayscale: #666666. Windows color (decimal): -11960524 or 3440457. OLE color: 3440457.

HSL color Cylindrical-coordinate representation of color #497F34: hue angle of 103.2º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #497F34 is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB7312752-
CMYK0.4300.590.50
HSL103.2º41.9%35.1%-
HSV(B)103.2º59.06%49.8%-
XYZ10.9616.845.92-
YUV102.399.61107.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.97%
GREEN value IS 127 (50% from 255) = 50.40%
BLUE value IS 52 (20.70% from 255) = 20.63%
R=28.97%
G=50.40%
B=20.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal73127520.4300.590.50103.241.935.1
Hex497F342B03B32672a23
Octal1111776453073621475243
Binary1001001111111111010010101101110111100101100111101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497F34; }

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

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

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

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

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

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

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

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