Html Css Color HEX #50972D La Palma

📋 copy color: '#50972D'

red 80 ◦ green 151 ◦ blue 45

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

Shades of La Palma #50972D

Tints of La Palma #50972D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 54.71%

 BLUE value IS 45 (17.97% from 255) = 16.3%

R = 28.99%
G = 54.71%
B = 16.3%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#50972D (or 0x50972D) is known color: La Palma. HEX triplet: 50, 97 and 2D. RGB value is (80,151,45). Sum of RGB (Red+Green+Blue) = 80+151+45=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 151 (59.38% from 255 or 54.71% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 151 - color contains mainly: green. Hex color #50972D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50972D is #AF68D2. Grayscale: #767676. Windows color (decimal): -11495635 or 2987856. OLE color: 2987856.

HSL color Cylindrical-coordinate representation of color #50972D: hue angle of 100.19º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50972D is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 151 45 -
CMYK 0.47 0 0.70 0.41
HSL 100.19º 0.54% 0.38% -
HSV(B) 100.19º 0.7% 0.59% -
XYZ 14.85 24.03 6.34 -
YUV 117.69 86.98 101.12 -
System Red Green Blue C M Y K H S L
Decimal 80 151 45 0.47 0 0.70 0.41 100.19 0.54 0.38
Hex 50 97 2D 2F 0 46 29 64 36 26
Octal 120 227 55 57 0 106 51 144 66 46
Binary 1010000 10010111 101101 101111 0 1000110 101001 1100100 110110 100110

Color Harmonies of #50972D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50972D

Black with #50972D

Text Example


Text Example

White with #50972D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50972D; }

 p { color: rgb(80,151,45); }

 H1.HeaderClassName
 {
   color: #50972D;
 }
 .AnyTagClassName
 {
   color: #50972D;
 }
</style>

background-color css

<style>
 a { background-color: #50972D; }

 a { background-color: rgb(80,151,45); }

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

border-color css

<style>
 span { border-color: #50972D; }

 span { border-color: rgb(80,151,45); }

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