Html Css Color HEX #50842C La Palma

📋 copy color: '#50842C'

red 80 ◦ green 132 ◦ blue 44

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

Shades of La Palma #50842C

Tints of La Palma #50842C

RGB

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

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

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

R = 31.25%
G = 51.56%
B = 17.19%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#50842C (or 0x50842C) is known color: La Palma. HEX triplet: 50, 84 and 2C. RGB value is (80,132,44). Sum of RGB (Red+Green+Blue) = 80+132+44=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 132 (51.95% from 255 or 51.56% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 132 - color contains mainly: green. Hex color #50842C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50842C is #AF7BD3. Grayscale: #6A6A6A. Windows color (decimal): -11500500 or 2917456. OLE color: 2917456.

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

Color convert

RGB 80 132 44 -
CMYK 0.39 0 0.67 0.48
HSL 95.45º 0.5% 0.35% -
HSV(B) 95.45º 0.67% 0.52% -
XYZ 12.01 18.39 5.3 -
YUV 106.42 92.77 109.16 -
System Red Green Blue C M Y K H S L
Decimal 80 132 44 0.39 0 0.67 0.48 95.45 0.5 0.35
Hex 50 84 2C 27 0 43 30 5F 32 23
Octal 120 204 54 47 0 103 60 137 62 43
Binary 1010000 10000100 101100 100111 0 1000011 110000 1011111 110010 100011

Color Harmonies of #50842C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50842C

Black with #50842C

Text Example


Text Example

White with #50842C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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