Html Css Color HEX #50972F La Palma

📋 copy color: '#50972F'

red 80 ◦ green 151 ◦ blue 47

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

Shades of La Palma #50972F

Tints of La Palma #50972F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.91%

R = 28.78%
G = 54.32%
B = 16.91%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#50972F (or 0x50972F) is known color: La Palma. HEX triplet: 50, 97 and 2F. RGB value is (80,151,47). Sum of RGB (Red+Green+Blue) = 80+151+47=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 151 (59.38% from 255 or 54.32% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 151 - color contains mainly: green. Hex color #50972F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50972F is #AF68D0. Grayscale: #767676. Windows color (decimal): -11495633 or 3118928. OLE color: 3118928.

HSL color Cylindrical-coordinate representation of color #50972F: hue angle of 100.96º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50972F is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 151 47 -
CMYK 0.47 0 0.69 0.41
HSL 100.96º 0.53% 0.39% -
HSV(B) 100.96º 0.69% 0.59% -
XYZ 14.89 24.04 6.55 -
YUV 117.92 87.98 100.96 -
System Red Green Blue C M Y K H S L
Decimal 80 151 47 0.47 0 0.69 0.41 100.96 0.53 0.39
Hex 50 97 2F 2F 0 45 29 65 35 27
Octal 120 227 57 57 0 105 51 145 65 47
Binary 1010000 10010111 101111 101111 0 1000101 101001 1100101 110101 100111

Color Harmonies of #50972F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50972F

Black with #50972F

Text Example


Text Example

White with #50972F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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