Html Css Color HEX #50812E La Palma

📋 copy color: '#50812E'

red 80 ◦ green 129 ◦ blue 46

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

Shades of La Palma #50812E

Tints of La Palma #50812E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 50.59%

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

R = 31.37%
G = 50.59%
B = 18.04%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#50812E (or 0x50812E) is known color: La Palma. HEX triplet: 50, 81 and 2E. RGB value is (80,129,46). Sum of RGB (Red+Green+Blue) = 80+129+46=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 129 (50.78% from 255 or 50.59% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 129 - color contains mainly: green. Hex color #50812E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50812E is #AF7ED1. Grayscale: #696969. Windows color (decimal): -11501266 or 3047760. OLE color: 3047760.

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

Color convert

RGB 80 129 46 -
CMYK 0.38 0 0.64 0.49
HSL 95.42º 0.47% 0.34% -
HSV(B) 95.42º 0.64% 0.51% -
XYZ 11.65 17.6 5.37 -
YUV 104.89 94.77 110.25 -
System Red Green Blue C M Y K H S L
Decimal 80 129 46 0.38 0 0.64 0.49 95.42 0.47 0.34
Hex 50 81 2E 26 0 40 31 5F 2F 22
Octal 120 201 56 46 0 100 61 137 57 42
Binary 1010000 10000001 101110 100110 0 1000000 110001 1011111 101111 100010

Color Harmonies of #50812E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50812E

Black with #50812E

Text Example


Text Example

White with #50812E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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