#50922B

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

Shades of La Palma #50922B

Tints of La Palma #50922B

Color information

#50922B (or 0x50922B) is unknown color: approx La Palma. HEX triplet: 50, 92 and 2B. RGB value is (80,146,43). Sum of RGB (Red+Green+Blue) = 80+146+43=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 146 (57.42% from 255 or 54.28% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 146 - color contains mainly: green. Hex color #50922B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50922B is #AF6DD4. Grayscale: #727272. Windows color (decimal): -11496917 or 2855504. OLE color: 2855504.

HSL color Cylindrical-coordinate representation of color #50922B: hue angle of 98.45º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #50922B is Cyan = 0.45, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB8014643-
CMYK0.4500.710.43
HSL98.45º54.5%37.06%-
HSV(B)98.45º70.55%57.25%-
XYZ14.0222.445.88-
YUV114.5287.63103.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.74%
GREEN value IS 146 (57.42% from 255) = 54.28%
BLUE value IS 43 (17.19% from 255) = 15.99%
R=29.74%
G=54.28%
B=15.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80146430.4500.710.4398.4554.537.06
Hex50922B2D0472B623625
Octal12022253550107531426645
Binary101000010010010101011101101010001111010111100010110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50922B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50922B; }

 p { color: rgb(80,146,43); }

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

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

 a { background-color: rgb(80,146,43); }

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

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

 span { border-color: rgb(80,146,43); }

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