Html Css Color HEX #50822B La Palma

📋 copy color: '#50822B'

red 80 ◦ green 130 ◦ blue 43

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

Shades of La Palma #50822B

Tints of La Palma #50822B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 51.38%

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

R = 31.62%
G = 51.38%
B = 17%

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

#50822B (or 0x50822B) is known color: La Palma. HEX triplet: 50, 82 and 2B. RGB value is (80,130,43). Sum of RGB (Red+Green+Blue) = 80+130+43=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 130 (51.17% from 255 or 51.38% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 130 - color contains mainly: green. Hex color #50822B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50822B is #AF7DD4. Grayscale: #696969. Windows color (decimal): -11501013 or 2851408. OLE color: 2851408.

HSL color Cylindrical-coordinate representation of color #50822B: hue angle of 94.48º 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 #50822B is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 130 43 -
CMYK 0.38 0 0.67 0.49
HSL 94.48º 0.5% 0.34% -
HSV(B) 94.48º 0.67% 0.51% -
XYZ 11.73 17.85 5.11 -
YUV 105.13 92.94 110.07 -
System Red Green Blue C M Y K H S L
Decimal 80 130 43 0.38 0 0.67 0.49 94.48 0.5 0.34
Hex 50 82 2B 26 0 43 31 5E 32 22
Octal 120 202 53 46 0 103 61 136 62 42
Binary 1010000 10000010 101011 100110 0 1000011 110001 1011110 110010 100010

Color Harmonies of #50822B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50822B

Black with #50822B

Text Example


Text Example

White with #50822B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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