Html Css Color HEX #50812B La Palma

📋 copy color: '#50812B'

red 80 ◦ green 129 ◦ blue 43

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

Shades of La Palma #50812B

Tints of La Palma #50812B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.06%

R = 31.75%
G = 51.19%
B = 17.06%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#50812B (or 0x50812B) is known color: La Palma. HEX triplet: 50, 81 and 2B. RGB value is (80,129,43). Sum of RGB (Red+Green+Blue) = 80+129+43=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 129 (50.78% from 255 or 51.19% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 129 - color contains mainly: green. Hex color #50812B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50812B is #AF7ED4. Grayscale: #686868. Windows color (decimal): -11501269 or 2851152. OLE color: 2851152.

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

Color convert

RGB 80 129 43 -
CMYK 0.38 0 0.67 0.49
HSL 94.19º 0.5% 0.34% -
HSV(B) 94.19º 0.67% 0.51% -
XYZ 11.59 17.58 5.07 -
YUV 104.55 93.27 110.49 -
System Red Green Blue C M Y K H S L
Decimal 80 129 43 0.38 0 0.67 0.49 94.19 0.5 0.34
Hex 50 81 2B 26 0 43 31 5E 32 22
Octal 120 201 53 46 0 103 61 136 62 42
Binary 1010000 10000001 101011 100110 0 1000011 110001 1011110 110010 100010

Color Harmonies of #50812B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50812B

Black with #50812B

Text Example


Text Example

White with #50812B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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