#50922E

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

Shades of La Palma #50922E

Tints of La Palma #50922E

Color information

#50922E (or 0x50922E) is unknown color: approx La Palma. HEX triplet: 50, 92 and 2E. RGB value is (80,146,46). Sum of RGB (Red+Green+Blue) = 80+146+46=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 146 (57.42% from 255 or 53.68% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 146 - color contains mainly: green. Hex color #50922E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50922E is #AF6DD1. Grayscale: #737373. Windows color (decimal): -11496914 or 3052112. OLE color: 3052112.

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

Color convert

RGB8014646-
CMYK0.4500.680.43
HSL99.6º52.08%37.65%-
HSV(B)99.6º68.49%57.25%-
XYZ14.0822.466.18-
YUV114.8789.13103.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.41%
GREEN value IS 146 (57.42% from 255) = 53.68%
BLUE value IS 46 (18.36% from 255) = 16.91%
R=29.41%
G=53.68%
B=16.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80146460.4500.680.4399.652.0837.65
Hex50922E2D0442B643426
Octal12022256550104531446446
Binary101000010010010101110101101010001001010111100100110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50922E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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