Html Css Color HEX #50942F La Palma

📋 copy color: '#50942F'

red 80 ◦ green 148 ◦ blue 47

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

Shades of La Palma #50942F

Tints of La Palma #50942F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 53.82%

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

R = 29.09%
G = 53.82%
B = 17.09%

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

#50942F (or 0x50942F) is known color: La Palma. HEX triplet: 50, 94 and 2F. RGB value is (80,148,47). Sum of RGB (Red+Green+Blue) = 80+148+47=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 148 (58.20% from 255 or 53.82% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 148 - color contains mainly: green. Hex color #50942F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50942F is #AF6BD0. Grayscale: #747474. Windows color (decimal): -11496401 or 3118160. OLE color: 3118160.

HSL color Cylindrical-coordinate representation of color #50942F: hue angle of 100.4º 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 #50942F is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 148 47 -
CMYK 0.46 0 0.68 0.42
HSL 100.4º 0.52% 0.38% -
HSV(B) 100.4º 0.68% 0.58% -
XYZ 14.41 23.09 6.39 -
YUV 116.15 88.97 102.21 -
System Red Green Blue C M Y K H S L
Decimal 80 148 47 0.46 0 0.68 0.42 100.4 0.52 0.38
Hex 50 94 2F 2E 0 44 2A 64 34 26
Octal 120 224 57 56 0 104 52 144 64 46
Binary 1010000 10010100 101111 101110 0 1000100 101010 1100100 110100 100110

Color Harmonies of #50942F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50942F

Black with #50942F

Text Example


Text Example

White with #50942F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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