#49942F

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

Shades of La Palma #49942F

Tints of La Palma #49942F

Color information

#49942F (or 0x49942F) is unknown color: approx La Palma. HEX triplet: 49, 94 and 2F. RGB value is (73,148,47). Sum of RGB (Red+Green+Blue) = 73+148+47=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 148 (58.20% from 255 or 55.22% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 148 - color contains mainly: green. Hex color #49942F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49942F is #B66BD0. Grayscale: #727272. Windows color (decimal): -11955153 or 3118153. OLE color: 3118153.

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

Color convert

RGB7314847-
CMYK0.5100.680.42
HSL104.55º51.79%38.24%-
HSV(B)104.55º68.24%58.04%-
XYZ13.8522.86.36-
YUV114.0690.1598.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.24%
GREEN value IS 148 (58.20% from 255) = 55.22%
BLUE value IS 47 (18.75% from 255) = 17.54%
R=27.24%
G=55.22%
B=17.54%

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
Decimal73148470.5100.680.42104.5551.7938.24
Hex49942F330442A693426
Octal11122457630104521516446
Binary100100110010100101111110011010001001010101101001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49942F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49942F; }

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

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

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

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

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

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

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

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