#50952E

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

Shades of La Palma #50952E

Tints of La Palma #50952E

Color information

#50952E (or 0x50952E) is unknown color: approx La Palma. HEX triplet: 50, 95 and 2E. RGB value is (80,149,46). Sum of RGB (Red+Green+Blue) = 80+149+46=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 149 (58.59% from 255 or 54.18% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 149 - color contains mainly: green. Hex color #50952E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50952E is #AF6AD1. Grayscale: #747474. Windows color (decimal): -11496146 or 3052880. OLE color: 3052880.

HSL color Cylindrical-coordinate representation of color #50952E: hue angle of 100.19º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50952E is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB8014946-
CMYK0.4600.690.42
HSL100.19º52.82%38.24%-
HSV(B)100.19º69.13%58.43%-
XYZ14.5523.46.33-
YUV116.6388.14101.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.09%
GREEN value IS 149 (58.59% from 255) = 54.18%
BLUE value IS 46 (18.36% from 255) = 16.73%
R=29.09%
G=54.18%
B=16.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80149460.4600.690.42100.1952.8238.24
Hex50952E2E0452A643526
Octal12022556560105521446546
Binary101000010010101101110101110010001011010101100100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50952E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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