#498434

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

Shades of La Palma #498434

Tints of La Palma #498434

Color information

#498434 (or 0x498434) is unknown color: approx La Palma. HEX triplet: 49, 84 and 34. RGB value is (73,132,52). Sum of RGB (Red+Green+Blue) = 73+132+52=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 132 (51.95% from 255 or 51.36% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 132 - color contains mainly: green. Hex color #498434 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498434 is #B67BCB. Grayscale: #696969. Windows color (decimal): -11959244 or 3441737. OLE color: 3441737.

HSL color Cylindrical-coordinate representation of color #498434: hue angle of 104.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #498434 is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB7313252-
CMYK0.4500.610.48
HSL104.25º43.48%36.08%-
HSV(B)104.25º60.61%51.76%-
XYZ11.6218.176.14-
YUV105.2497.95105-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.40%
GREEN value IS 132 (51.95% from 255) = 51.36%
BLUE value IS 52 (20.70% from 255) = 20.23%
R=28.40%
G=51.36%
B=20.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal73132520.4500.610.48104.2543.4836.08
Hex4984342D03D30682b24
Octal1112046455075601505344
Binary10010011000010011010010110101111011100001101000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498434; }

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

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

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

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

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

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

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

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