Html Css Color HEX #50802E La Palma

📋 copy color: '#50802E'

red 80 ◦ green 128 ◦ blue 46

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

Shades of La Palma #50802E

Tints of La Palma #50802E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 50.39%

 BLUE value IS 46 (18.36% from 255) = 18.11%

R = 31.5%
G = 50.39%
B = 18.11%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#50802E (or 0x50802E) is known color: La Palma. HEX triplet: 50, 80 and 2E. RGB value is (80,128,46). Sum of RGB (Red+Green+Blue) = 80+128+46=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 128 (50.39% from 255 or 50.39% from 254); Blue value is 46 (18.36% from 255 or 18.11% from 254); Max value from RGB is 128 - color contains mainly: green. Hex color #50802E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50802E is #AF7FD1. Grayscale: #686868. Windows color (decimal): -11501522 or 3047504. OLE color: 3047504.

HSL color Cylindrical-coordinate representation of color #50802E: hue angle of 95.12º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50802E is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 128 46 -
CMYK 0.38 0 0.64 0.50
HSL 95.12º 0.47% 0.34% -
HSV(B) 95.12º 0.64% 0.5% -
XYZ 11.52 17.34 5.32 -
YUV 104.3 95.1 110.67 -
System Red Green Blue C M Y K H S L
Decimal 80 128 46 0.38 0 0.64 0.50 95.12 0.47 0.34
Hex 50 80 2E 26 0 40 32 5F 2F 22
Octal 120 200 56 46 0 100 62 137 57 42
Binary 1010000 10000000 101110 100110 0 1000000 110010 1011111 101111 100010

Color Harmonies of #50802E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50802E

Black with #50802E

Text Example


Text Example

White with #50802E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50802E;
 }
 .AnyTagClassName
 {
   color: #50802E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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