#499C3A

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

Shades of La Palma #499C3A

Tints of La Palma #499C3A

Color information

#499C3A (or 0x499C3A) is unknown color: approx La Palma. HEX triplet: 49, 9C and 3A. RGB value is (73,156,58). Sum of RGB (Red+Green+Blue) = 73+156+58=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 156 (61.33% from 255 or 54.36% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 156 - color contains mainly: green. Hex color #499C3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499C3A is #B663C5. Grayscale: #787878. Windows color (decimal): -11953094 or 3841097. OLE color: 3841097.

HSL color Cylindrical-coordinate representation of color #499C3A: hue angle of 110.82º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #499C3A is Cyan = 0.53, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB7315658-
CMYK0.5300.630.39
HSL110.82º45.79%41.96%-
HSV(B)110.82º62.82%61.18%-
XYZ15.425.58.11-
YUV120.019394.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.44%
GREEN value IS 156 (61.33% from 255) = 54.36%
BLUE value IS 58 (23.05% from 255) = 20.21%
R=25.44%
G=54.36%
B=20.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal73156580.5300.630.39110.8245.7941.96
Hex499C3A3503F276f2e2a
Octal1112347265077471575652
Binary10010011001110011101011010101111111001111101111101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499C3A; }

 p { color: rgb(73,156,58); }

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

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

 a { background-color: rgb(73,156,58); }

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

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

 span { border-color: rgb(73,156,58); }

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