Html Css Color HEX #50953E La Palma

📋 copy color: '#50953E'

red 80 ◦ green 149 ◦ blue 62

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

Shades of La Palma #50953E

Tints of La Palma #50953E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.31%

R = 27.49%
G = 51.2%
B = 21.31%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#50953E (or 0x50953E) is known color: La Palma. HEX triplet: 50, 95 and 3E. RGB value is (80,149,62). Sum of RGB (Red+Green+Blue) = 80+149+62=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 149 (58.59% from 255 or 51.20% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 149 - color contains mainly: green. Hex color #50953E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50953E is #AF6AC1. Grayscale: #767676. Windows color (decimal): -11496130 or 4101456. OLE color: 4101456.

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

Color convert

RGB 80 149 62 -
CMYK 0.46 0 0.58 0.42
HSL 107.59º 0.41% 0.41% -
HSV(B) 107.59º 0.58% 0.58% -
XYZ 14.93 23.55 8.32 -
YUV 118.45 96.14 100.57 -
System Red Green Blue C M Y K H S L
Decimal 80 149 62 0.46 0 0.58 0.42 107.59 0.41 0.41
Hex 50 95 3E 2E 0 3A 2A 6C 29 29
Octal 120 225 76 56 0 72 52 154 51 51
Binary 1010000 10010101 111110 101110 0 111010 101010 1101100 101001 101001

Color Harmonies of #50953E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50953E

Black with #50953E

Text Example


Text Example

White with #50953E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50953E; }

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

 H1.HeaderClassName
 {
   color: #50953E;
 }
 .AnyTagClassName
 {
   color: #50953E;
 }
</style>

background-color css

<style>
 a { background-color: #50953E; }

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

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

border-color css

<style>
 span { border-color: #50953E; }

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

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