#50952F

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

Shades of La Palma #50952F

Tints of La Palma #50952F

Color information

#50952F (or 0x50952F) is unknown color: approx La Palma. HEX triplet: 50, 95 and 2F. RGB value is (80,149,47). Sum of RGB (Red+Green+Blue) = 80+149+47=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 149 (58.59% from 255 or 53.99% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 149 - color contains mainly: green. Hex color #50952F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50952F is #AF6AD0. Grayscale: #757575. Windows color (decimal): -11496145 or 3118416. OLE color: 3118416.

HSL color Cylindrical-coordinate representation of color #50952F: hue angle of 100.59º 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 #50952F is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB8014947-
CMYK0.4600.680.42
HSL100.59º52.04%38.43%-
HSV(B)100.59º68.46%58.43%-
XYZ14.5723.416.44-
YUV116.7488.64101.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.99%
GREEN value IS 149 (58.59% from 255) = 53.99%
BLUE value IS 47 (18.75% from 255) = 17.03%
R=28.99%
G=53.99%
B=17.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80149470.4600.680.42100.5952.0438.43
Hex50952F2E0442A653426
Octal12022557560104521456446
Binary101000010010101101111101110010001001010101100101110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50952F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,149,47); }

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

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

 a { background-color: rgb(80,149,47); }

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

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

 span { border-color: rgb(80,149,47); }

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