Html Css Color HEX #508E36 La Palma

📋 copy color: '#508E36'

red 80 ◦ green 142 ◦ blue 54

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

Shades of La Palma #508E36

Tints of La Palma #508E36

RGB

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

 GREEN value IS 142 (55.86% from 255) = 51.45%

 BLUE value IS 54 (21.48% from 255) = 19.57%

R = 28.99%
G = 51.45%
B = 19.57%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.62

 K value IS 0.44

RGB Variations

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

Color information

#508E36 (or 0x508E36) is known color: La Palma. HEX triplet: 50, 8E and 36. RGB value is (80,142,54). Sum of RGB (Red+Green+Blue) = 80+142+54=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 142 (55.86% from 255 or 51.45% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 142 - color contains mainly: green. Hex color #508E36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508E36 is #AF71C9. Grayscale: #717171. Windows color (decimal): -11497930 or 3575376. OLE color: 3575376.

HSL color Cylindrical-coordinate representation of color #508E36: hue angle of 102.27º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #508E36 is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 142 54 -
CMYK 0.44 0 0.62 0.44
HSL 102.27º 0.45% 0.38% -
HSV(B) 102.27º 0.62% 0.56% -
XYZ 13.65 21.32 6.89 -
YUV 113.43 94.46 104.16 -
System Red Green Blue C M Y K H S L
Decimal 80 142 54 0.44 0 0.62 0.44 102.27 0.45 0.38
Hex 50 8E 36 2C 0 3E 2C 66 2D 26
Octal 120 216 66 54 0 76 54 146 55 46
Binary 1010000 10001110 110110 101100 0 111110 101100 1100110 101101 100110

Color Harmonies of #508E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508E36

Black with #508E36

Text Example


Text Example

White with #508E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,142,54); }

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

background-color css

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

 a { background-color: rgb(80,142,54); }

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

border-color css

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

 span { border-color: rgb(80,142,54); }

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