#499435

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

Shades of La Palma #499435

Tints of La Palma #499435

Color information

#499435 (or 0x499435) is unknown color: approx La Palma. HEX triplet: 49, 94 and 35. RGB value is (73,148,53). Sum of RGB (Red+Green+Blue) = 73+148+53=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 148 (58.20% from 255 or 54.01% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 148 - color contains mainly: green. Hex color #499435 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499435 is #B66BCA. Grayscale: #737373. Windows color (decimal): -11955147 or 3511369. OLE color: 3511369.

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

Color convert

RGB7314853-
CMYK0.5100.640.42
HSL107.37º47.26%39.41%-
HSV(B)107.37º64.19%58.04%-
XYZ13.9822.857.04-
YUV114.7493.1598.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.64%
GREEN value IS 148 (58.20% from 255) = 54.01%
BLUE value IS 53 (21.09% from 255) = 19.34%
R=26.64%
G=54.01%
B=19.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73148530.5100.640.42107.3747.2639.41
Hex499435330402A6b2f27
Octal11122465630100521535747
Binary100100110010100110101110011010000001010101101011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499435; }

 p { color: rgb(73,148,53); }

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

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

 a { background-color: rgb(73,148,53); }

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

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

 span { border-color: rgb(73,148,53); }

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