Html Css Color HEX #50922F La Palma

📋 copy color: '#50922F'

red 80 ◦ green 146 ◦ blue 47

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

Shades of La Palma #50922F

Tints of La Palma #50922F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 53.48%

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

R = 29.3%
G = 53.48%
B = 17.22%

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

#50922F (or 0x50922F) is known color: La Palma. HEX triplet: 50, 92 and 2F. RGB value is (80,146,47). Sum of RGB (Red+Green+Blue) = 80+146+47=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 146 (57.42% from 255 or 53.48% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 146 - color contains mainly: green. Hex color #50922F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50922F is #AF6DD0. Grayscale: #737373. Windows color (decimal): -11496913 or 3117648. OLE color: 3117648.

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

Color convert

RGB 80 146 47 -
CMYK 0.45 0 0.68 0.43
HSL 100º 0.51% 0.38% -
HSV(B) 100º 0.68% 0.57% -
XYZ 14.1 22.47 6.28 -
YUV 114.98 89.63 103.05 -
System Red Green Blue C M Y K H S L
Decimal 80 146 47 0.45 0 0.68 0.43 100 0.51 0.38
Hex 50 92 2F 2D 0 44 2B 64 33 26
Octal 120 222 57 55 0 104 53 144 63 46
Binary 1010000 10010010 101111 101101 0 1000100 101011 1100100 110011 100110

Color Harmonies of #50922F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50922F

Black with #50922F

Text Example


Text Example

White with #50922F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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