Html Css Color HEX #508D2E La Palma

📋 copy color: '#508D2E'

red 80 ◦ green 141 ◦ blue 46

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

Shades of La Palma #508D2E

Tints of La Palma #508D2E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 52.81%

 BLUE value IS 46 (18.36% from 255) = 17.23%

R = 29.96%
G = 52.81%
B = 17.23%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#508D2E (or 0x508D2E) is known color: La Palma. HEX triplet: 50, 8D and 2E. RGB value is (80,141,46). Sum of RGB (Red+Green+Blue) = 80+141+46=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 141 (55.47% from 255 or 52.81% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 141 - color contains mainly: green. Hex color #508D2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508D2E is #AF72D1. Grayscale: #707070. Windows color (decimal): -11498194 or 3050832. OLE color: 3050832.

HSL color Cylindrical-coordinate representation of color #508D2E: hue angle of 98.53º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #508D2E is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 141 46 -
CMYK 0.43 0 0.67 0.45
HSL 98.53º 0.51% 0.37% -
HSV(B) 98.53º 0.67% 0.55% -
XYZ 13.33 20.95 5.93 -
YUV 111.93 90.79 105.22 -
System Red Green Blue C M Y K H S L
Decimal 80 141 46 0.43 0 0.67 0.45 98.53 0.51 0.37
Hex 50 8D 2E 2B 0 43 2D 63 33 25
Octal 120 215 56 53 0 103 55 143 63 45
Binary 1010000 10001101 101110 101011 0 1000011 101101 1100011 110011 100101

Color Harmonies of #508D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508D2E

Black with #508D2E

Text Example


Text Example

White with #508D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508D2E; }

 p { color: rgb(80,141,46); }

 H1.HeaderClassName
 {
   color: #508D2E;
 }
 .AnyTagClassName
 {
   color: #508D2E;
 }
</style>

background-color css

<style>
 a { background-color: #508D2E; }

 a { background-color: rgb(80,141,46); }

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

border-color css

<style>
 span { border-color: #508D2E; }

 span { border-color: rgb(80,141,46); }

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