Html Css Color HEX #50912E La Palma

📋 copy color: '#50912E'

red 80 ◦ green 145 ◦ blue 46

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

Shades of La Palma #50912E

Tints of La Palma #50912E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.97%

R = 29.52%
G = 53.51%
B = 16.97%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.68

 K value IS 0.43

RGB Variations

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

Color information

#50912E (or 0x50912E) is known color: La Palma. HEX triplet: 50, 91 and 2E. RGB value is (80,145,46). Sum of RGB (Red+Green+Blue) = 80+145+46=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 145 (57.03% from 255 or 53.51% from 271); Blue value is 46 (18.36% from 255 or 16.97% from 271); Max value from RGB is 145 - color contains mainly: green. Hex color #50912E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50912E is #AF6ED1. Grayscale: #727272. Windows color (decimal): -11497170 or 3051856. OLE color: 3051856.

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

Color convert

RGB 80 145 46 -
CMYK 0.45 0 0.68 0.43
HSL 99.39º 0.52% 0.37% -
HSV(B) 99.39º 0.68% 0.57% -
XYZ 13.93 22.15 6.13 -
YUV 114.28 89.47 103.55 -
System Red Green Blue C M Y K H S L
Decimal 80 145 46 0.45 0 0.68 0.43 99.39 0.52 0.37
Hex 50 91 2E 2D 0 44 2B 63 34 25
Octal 120 221 56 55 0 104 53 143 64 45
Binary 1010000 10010001 101110 101101 0 1000100 101011 1100011 110100 100101

Color Harmonies of #50912E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50912E

Black with #50912E

Text Example


Text Example

White with #50912E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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