Html Css Color HEX #50872A La Palma

📋 copy color: '#50872A'

red 80 ◦ green 135 ◦ blue 42

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

Shades of La Palma #50872A

Tints of La Palma #50872A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 52.53%

 BLUE value IS 42 (16.8% from 255) = 16.34%

R = 31.13%
G = 52.53%
B = 16.34%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#50872A (or 0x50872A) is known color: La Palma. HEX triplet: 50, 87 and 2A. RGB value is (80,135,42). Sum of RGB (Red+Green+Blue) = 80+135+42=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 135 (53.12% from 255 or 52.53% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 135 - color contains mainly: green. Hex color #50872A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50872A is #AF78D5. Grayscale: #6C6C6C. Windows color (decimal): -11499734 or 2787152. OLE color: 2787152.

HSL color Cylindrical-coordinate representation of color #50872A: hue angle of 95.48º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50872A is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 135 42 -
CMYK 0.41 0 0.69 0.47
HSL 95.48º 0.53% 0.35% -
HSV(B) 95.48º 0.69% 0.53% -
XYZ 12.39 19.2 5.24 -
YUV 107.95 90.78 108.06 -
System Red Green Blue C M Y K H S L
Decimal 80 135 42 0.41 0 0.69 0.47 95.48 0.53 0.35
Hex 50 87 2A 29 0 45 2F 5F 35 23
Octal 120 207 52 51 0 105 57 137 65 43
Binary 1010000 10000111 101010 101001 0 1000101 101111 1011111 110101 100011

Color Harmonies of #50872A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50872A

Black with #50872A

Text Example


Text Example

White with #50872A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50872A; }

 p { color: rgb(80,135,42); }

 H1.HeaderClassName
 {
   color: #50872A;
 }
 .AnyTagClassName
 {
   color: #50872A;
 }
</style>

background-color css

<style>
 a { background-color: #50872A; }

 a { background-color: rgb(80,135,42); }

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

border-color css

<style>
 span { border-color: #50872A; }

 span { border-color: rgb(80,135,42); }

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