#50992E

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

Shades of La Palma #50992E

Tints of La Palma #50992E

Color information

#50992E (or 0x50992E) is unknown color: approx La Palma. HEX triplet: 50, 99 and 2E. RGB value is (80,153,46). Sum of RGB (Red+Green+Blue) = 80+153+46=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 153 (60.16% from 255 or 54.84% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 153 - color contains mainly: green. Hex color #50992E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50992E is #AF66D1. Grayscale: #777777. Windows color (decimal): -11495122 or 3053904. OLE color: 3053904.

HSL color Cylindrical-coordinate representation of color #50992E: hue angle of 100.93º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50992E is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.4.

Color convert

RGB8015346-
CMYK0.4800.700.4
HSL100.93º53.77%39.02%-
HSV(B)100.93º69.93%60%-
XYZ15.1924.696.55-
YUV118.9886.82100.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.67%
GREEN value IS 153 (60.16% from 255) = 54.84%
BLUE value IS 46 (18.36% from 255) = 16.49%
R=28.67%
G=54.84%
B=16.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal80153460.4800.700.4100.9353.7739.02
Hex50992E3004628653627
Octal12023156600106501456647
Binary101000010011001101110110000010001101010001100101110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50992E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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