#499525

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

Shades of La Palma #499525

Tints of La Palma #499525

Color information

#499525 (or 0x499525) is unknown color: approx La Palma. HEX triplet: 49, 95 and 25. RGB value is (73,149,37). Sum of RGB (Red+Green+Blue) = 73+149+37=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 149 (58.59% from 255 or 57.53% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 149 - color contains mainly: green. Hex color #499525 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499525 is #B66ADA. Grayscale: #717171. Windows color (decimal): -11954907 or 2463049. OLE color: 2463049.

HSL color Cylindrical-coordinate representation of color #499525: hue angle of 100.71º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #499525 is Cyan = 0.51, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB7314937-
CMYK0.5100.750.42
HSL100.71º60.22%36.47%-
HSV(B)100.71º75.17%58.43%-
XYZ13.8323.045.47-
YUV113.5184.8299.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.19%
GREEN value IS 149 (58.59% from 255) = 57.53%
BLUE value IS 37 (14.84% from 255) = 14.29%
R=28.19%
G=57.53%
B=14.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73149370.5100.750.42100.7160.2236.47
Hex4995253304B2A653c24
Octal11122545630113521457444
Binary100100110010101100101110011010010111010101100101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499525; }

 p { color: rgb(73,149,37); }

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

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

 a { background-color: rgb(73,149,37); }

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

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

 span { border-color: rgb(73,149,37); }

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