#499530

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

Shades of La Palma #499530

Tints of La Palma #499530

Color information

#499530 (or 0x499530) is unknown color: approx La Palma. HEX triplet: 49, 95 and 30. RGB value is (73,149,48). Sum of RGB (Red+Green+Blue) = 73+149+48=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 149 (58.59% from 255 or 55.19% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 149 - color contains mainly: green. Hex color #499530 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499530 is #B66ACF. Grayscale: #737373. Windows color (decimal): -11954896 or 3183945. OLE color: 3183945.

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

Color convert

RGB7314948-
CMYK0.5100.680.42
HSL105.15º51.27%38.63%-
HSV(B)105.15º67.79%58.43%-
XYZ14.0323.126.52-
YUV114.7690.3298.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.04%
GREEN value IS 149 (58.59% from 255) = 55.19%
BLUE value IS 48 (19.14% from 255) = 17.78%
R=27.04%
G=55.19%
B=17.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73149480.5100.680.42105.1551.2738.63
Hex499530330442A693327
Octal11122560630104521516347
Binary100100110010101110000110011010001001010101101001110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499530; }

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

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

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

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

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

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

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

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