Html Css Color HEX #50842A La Palma

📋 copy color: '#50842A'

red 80 ◦ green 132 ◦ blue 42

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

Shades of La Palma #50842A

Tints of La Palma #50842A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 51.97%

 BLUE value IS 42 (16.8% from 255) = 16.54%

R = 31.5%
G = 51.97%
B = 16.54%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#50842A (or 0x50842A) is known color: La Palma. HEX triplet: 50, 84 and 2A. RGB value is (80,132,42). Sum of RGB (Red+Green+Blue) = 80+132+42=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 132 (51.95% from 255 or 51.97% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 132 - color contains mainly: green. Hex color #50842A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50842A is #AF7BD5. Grayscale: #6A6A6A. Windows color (decimal): -11500502 or 2786384. OLE color: 2786384.

HSL color Cylindrical-coordinate representation of color #50842A: hue angle of 94.67º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50842A is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 132 42 -
CMYK 0.39 0 0.68 0.48
HSL 94.67º 0.52% 0.34% -
HSV(B) 94.67º 0.68% 0.52% -
XYZ 11.98 18.38 5.11 -
YUV 106.19 91.77 109.32 -
System Red Green Blue C M Y K H S L
Decimal 80 132 42 0.39 0 0.68 0.48 94.67 0.52 0.34
Hex 50 84 2A 27 0 44 30 5F 34 22
Octal 120 204 52 47 0 104 60 137 64 42
Binary 1010000 10000100 101010 100111 0 1000100 110000 1011111 110100 100010

Color Harmonies of #50842A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50842A

Black with #50842A

Text Example


Text Example

White with #50842A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50842A; }

 p { color: rgb(80,132,42); }

 H1.HeaderClassName
 {
   color: #50842A;
 }
 .AnyTagClassName
 {
   color: #50842A;
 }
</style>

background-color css

<style>
 a { background-color: #50842A; }

 a { background-color: rgb(80,132,42); }

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

border-color css

<style>
 span { border-color: #50842A; }

 span { border-color: rgb(80,132,42); }

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