Html Css Color HEX #50802C La Palma

📋 copy color: '#50802C'

red 80 ◦ green 128 ◦ blue 44

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

Shades of La Palma #50802C

Tints of La Palma #50802C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 50.79%

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

R = 31.75%
G = 50.79%
B = 17.46%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#50802C (or 0x50802C) is known color: La Palma. HEX triplet: 50, 80 and 2C. RGB value is (80,128,44). Sum of RGB (Red+Green+Blue) = 80+128+44=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 128 (50.39% from 255 or 50.79% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 128 - color contains mainly: green. Hex color #50802C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50802C is #AF7FD3. Grayscale: #686868. Windows color (decimal): -11501524 or 2916432. OLE color: 2916432.

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

Color convert

RGB 80 128 44 -
CMYK 0.38 0 0.66 0.50
HSL 94.29º 0.49% 0.34% -
HSV(B) 94.29º 0.66% 0.5% -
XYZ 11.48 17.33 5.12 -
YUV 104.07 94.1 110.83 -
System Red Green Blue C M Y K H S L
Decimal 80 128 44 0.38 0 0.66 0.50 94.29 0.49 0.34
Hex 50 80 2C 26 0 42 32 5E 31 22
Octal 120 200 54 46 0 102 62 136 61 42
Binary 1010000 10000000 101100 100110 0 1000010 110010 1011110 110001 100010

Color Harmonies of #50802C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50802C

Black with #50802C

Text Example


Text Example

White with #50802C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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