Html Css Color HEX #50842B La Palma

📋 copy color: '#50842B'

red 80 ◦ green 132 ◦ blue 43

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

Shades of La Palma #50842B

Tints of La Palma #50842B

RGB

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

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

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

R = 31.37%
G = 51.76%
B = 16.86%

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

#50842B (or 0x50842B) is known color: La Palma. HEX triplet: 50, 84 and 2B. RGB value is (80,132,43). Sum of RGB (Red+Green+Blue) = 80+132+43=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 132 (51.95% from 255 or 51.76% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 132 - color contains mainly: green. Hex color #50842B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50842B is #AF7BD4. Grayscale: #6A6A6A. Windows color (decimal): -11500501 or 2851920. OLE color: 2851920.

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

Color convert

RGB 80 132 43 -
CMYK 0.39 0 0.67 0.48
HSL 95.06º 0.51% 0.34% -
HSV(B) 95.06º 0.67% 0.52% -
XYZ 12 18.38 5.2 -
YUV 106.31 92.27 109.24 -
System Red Green Blue C M Y K H S L
Decimal 80 132 43 0.39 0 0.67 0.48 95.06 0.51 0.34
Hex 50 84 2B 27 0 43 30 5F 33 22
Octal 120 204 53 47 0 103 60 137 63 42
Binary 1010000 10000100 101011 100111 0 1000011 110000 1011111 110011 100010

Color Harmonies of #50842B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50842B

Black with #50842B

Text Example


Text Example

White with #50842B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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