Html Css Color HEX #50912C La Palma

📋 copy color: '#50912C'

red 80 ◦ green 145 ◦ blue 44

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

Shades of La Palma #50912C

Tints of La Palma #50912C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 53.9%

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

R = 29.74%
G = 53.9%
B = 16.36%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.70

 K value IS 0.43

RGB Variations

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

Color information

#50912C (or 0x50912C) is known color: La Palma. HEX triplet: 50, 91 and 2C. RGB value is (80,145,44). Sum of RGB (Red+Green+Blue) = 80+145+44=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 145 (57.03% from 255 or 53.90% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 145 - color contains mainly: green. Hex color #50912C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50912C is #AF6ED3. Grayscale: #727272. Windows color (decimal): -11497172 or 2920784. OLE color: 2920784.

HSL color Cylindrical-coordinate representation of color #50912C: hue angle of 98.61º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50912C is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 145 44 -
CMYK 0.45 0 0.70 0.43
HSL 98.61º 0.53% 0.37% -
HSV(B) 98.61º 0.7% 0.57% -
XYZ 13.89 22.14 5.92 -
YUV 114.05 88.47 103.71 -
System Red Green Blue C M Y K H S L
Decimal 80 145 44 0.45 0 0.70 0.43 98.61 0.53 0.37
Hex 50 91 2C 2D 0 46 2B 63 35 25
Octal 120 221 54 55 0 106 53 143 65 45
Binary 1010000 10010001 101100 101101 0 1000110 101011 1100011 110101 100101

Color Harmonies of #50912C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50912C

Black with #50912C

Text Example


Text Example

White with #50912C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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