Html Css Color HEX #50902F La Palma

📋 copy color: '#50902F'

red 80 ◦ green 144 ◦ blue 47

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

Shades of La Palma #50902F

Tints of La Palma #50902F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 53.14%

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

R = 29.52%
G = 53.14%
B = 17.34%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#50902F (or 0x50902F) is known color: La Palma. HEX triplet: 50, 90 and 2F. RGB value is (80,144,47). Sum of RGB (Red+Green+Blue) = 80+144+47=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 144 (56.64% from 255 or 53.14% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 144 - color contains mainly: green. Hex color #50902F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50902F is #AF6FD0. Grayscale: #727272. Windows color (decimal): -11497425 or 3117136. OLE color: 3117136.

HSL color Cylindrical-coordinate representation of color #50902F: hue angle of 99.59º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50902F is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 144 47 -
CMYK 0.44 0 0.67 0.44
HSL 99.59º 0.51% 0.37% -
HSV(B) 99.59º 0.67% 0.56% -
XYZ 13.79 21.86 6.18 -
YUV 113.81 90.3 103.89 -
System Red Green Blue C M Y K H S L
Decimal 80 144 47 0.44 0 0.67 0.44 99.59 0.51 0.37
Hex 50 90 2F 2C 0 43 2C 64 33 25
Octal 120 220 57 54 0 103 54 144 63 45
Binary 1010000 10010000 101111 101100 0 1000011 101100 1100100 110011 100101

Color Harmonies of #50902F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50902F

Black with #50902F

Text Example


Text Example

White with #50902F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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