Html Css Color HEX #50822C La Palma

📋 copy color: '#50822C'

red 80 ◦ green 130 ◦ blue 44

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

Shades of La Palma #50822C

Tints of La Palma #50822C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.32%

R = 31.5%
G = 51.18%
B = 17.32%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#50822C (or 0x50822C) is known color: La Palma. HEX triplet: 50, 82 and 2C. RGB value is (80,130,44). Sum of RGB (Red+Green+Blue) = 80+130+44=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 130 (51.17% from 255 or 51.18% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 130 - color contains mainly: green. Hex color #50822C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50822C is #AF7DD3. Grayscale: #696969. Windows color (decimal): -11501012 or 2916944. OLE color: 2916944.

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

Color convert

RGB 80 130 44 -
CMYK 0.38 0 0.66 0.49
HSL 94.88º 0.49% 0.34% -
HSV(B) 94.88º 0.66% 0.51% -
XYZ 11.75 17.85 5.21 -
YUV 105.25 93.44 109.99 -
System Red Green Blue C M Y K H S L
Decimal 80 130 44 0.38 0 0.66 0.49 94.88 0.49 0.34
Hex 50 82 2C 26 0 42 31 5F 31 22
Octal 120 202 54 46 0 102 61 137 61 42
Binary 1010000 10000010 101100 100110 0 1000010 110001 1011111 110001 100010

Color Harmonies of #50822C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50822C

Black with #50822C

Text Example


Text Example

White with #50822C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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