Html Css Color HEX #50872E La Palma

📋 copy color: '#50872E'

red 80 ◦ green 135 ◦ blue 46

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

Shades of La Palma #50872E

Tints of La Palma #50872E

RGB

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

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

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

R = 30.65%
G = 51.72%
B = 17.62%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#50872E (or 0x50872E) is known color: La Palma. HEX triplet: 50, 87 and 2E. RGB value is (80,135,46). Sum of RGB (Red+Green+Blue) = 80+135+46=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 135 (53.12% from 255 or 51.72% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 135 - color contains mainly: green. Hex color #50872E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50872E is #AF78D1. Grayscale: #6C6C6C. Windows color (decimal): -11499730 or 3049296. OLE color: 3049296.

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

Color convert

RGB 80 135 46 -
CMYK 0.41 0 0.66 0.47
HSL 97.08º 0.49% 0.35% -
HSV(B) 97.08º 0.66% 0.53% -
XYZ 12.47 19.23 5.64 -
YUV 108.41 92.78 107.74 -
System Red Green Blue C M Y K H S L
Decimal 80 135 46 0.41 0 0.66 0.47 97.08 0.49 0.35
Hex 50 87 2E 29 0 42 2F 61 31 23
Octal 120 207 56 51 0 102 57 141 61 43
Binary 1010000 10000111 101110 101001 0 1000010 101111 1100001 110001 100011

Color Harmonies of #50872E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50872E

Black with #50872E

Text Example


Text Example

White with #50872E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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