Html Css Color HEX #50A139 La Palma

📋 copy color: '#50A139'

red 80 ◦ green 161 ◦ blue 57

#50A139
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Palma #50A139

Tints of La Palma #50A139

RGB

 RED value IS 80 (31.64% from 255) = 26.85%

 GREEN value IS 161 (63.28% from 255) = 54.03%

 BLUE value IS 57 (22.66% from 255) = 19.13%

R = 26.85%
G = 54.03%
B = 19.13%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#50A139 (or 0x50A139) is known color: La Palma. HEX triplet: 50, A1 and 39. RGB value is (80,161,57). Sum of RGB (Red+Green+Blue) = 80+161+57=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 161 (63.28% from 255 or 54.03% from 298); Blue value is 57 (22.66% from 255 or 19.13% from 298); Max value from RGB is 161 - color contains mainly: green. Hex color #50A139 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A139 is #AF5EC6. Grayscale: #7D7D7D. Windows color (decimal): -11493063 or 3776848. OLE color: 3776848.

HSL color Cylindrical-coordinate representation of color #50A139: hue angle of 106.73º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50A139 is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB 80 161 57 -
CMYK 0.50 0 0.65 0.37
HSL 106.73º 0.48% 0.43% -
HSV(B) 106.73º 0.65% 0.63% -
XYZ 16.79 27.49 8.29 -
YUV 124.93 89.66 95.96 -
System Red Green Blue C M Y K H S L
Decimal 80 161 57 0.50 0 0.65 0.37 106.73 0.48 0.43
Hex 50 A1 39 32 0 41 25 6B 30 2B
Octal 120 241 71 62 0 101 45 153 60 53
Binary 1010000 10100001 111001 110010 0 1000001 100101 1101011 110000 101011

Color Harmonies of #50A139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A139

Black with #50A139

Text Example


Text Example

White with #50A139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50A139; }

 p { color: rgb(80,161,57); }

 H1.HeaderClassName
 {
   color: #50A139;
 }
 .AnyTagClassName
 {
   color: #50A139;
 }
</style>

background-color css

<style>
 a { background-color: #50A139; }

 a { background-color: rgb(80,161,57); }

 div.DivClassName
 {
   background-color: #50A139;
 }
 .BgClassName
 {
   background-color: #50A139;
 }
</style>

border-color css

<style>
 span { border-color: #50A139; }

 span { border-color: rgb(80,161,57); }

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