Html Css Color HEX #50952F La Palma

📋 copy color: '#50952F'

red 80 ◦ green 149 ◦ blue 47

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

Shades of La Palma #50952F

Tints of La Palma #50952F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 53.99%

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

R = 28.99%
G = 53.99%
B = 17.03%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#50952F (or 0x50952F) is known color: La Palma. HEX triplet: 50, 95 and 2F. RGB value is (80,149,47). Sum of RGB (Red+Green+Blue) = 80+149+47=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 149 (58.59% from 255 or 53.99% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 149 - color contains mainly: green. Hex color #50952F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50952F is #AF6AD0. Grayscale: #757575. Windows color (decimal): -11496145 or 3118416. OLE color: 3118416.

HSL color Cylindrical-coordinate representation of color #50952F: hue angle of 100.59º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50952F is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 149 47 -
CMYK 0.46 0 0.68 0.42
HSL 100.59º 0.52% 0.38% -
HSV(B) 100.59º 0.68% 0.58% -
XYZ 14.57 23.41 6.44 -
YUV 116.74 88.64 101.79 -
System Red Green Blue C M Y K H S L
Decimal 80 149 47 0.46 0 0.68 0.42 100.59 0.52 0.38
Hex 50 95 2F 2E 0 44 2A 65 34 26
Octal 120 225 57 56 0 104 52 145 64 46
Binary 1010000 10010101 101111 101110 0 1000100 101010 1100101 110100 100110

Color Harmonies of #50952F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50952F

Black with #50952F

Text Example


Text Example

White with #50952F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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