Html Css Color HEX #508D28 La Palma

📋 copy color: '#508D28'

red 80 ◦ green 141 ◦ blue 40

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

Shades of La Palma #508D28

Tints of La Palma #508D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.33%

R = 30.65%
G = 54.02%
B = 15.33%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.72

 K value IS 0.45

RGB Variations

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

Color information

#508D28 (or 0x508D28) is known color: La Palma. HEX triplet: 50, 8D and 28. RGB value is (80,141,40). Sum of RGB (Red+Green+Blue) = 80+141+40=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 141 (55.47% from 255 or 54.02% from 261); Blue value is 40 (16.02% from 255 or 15.33% from 261); Max value from RGB is 141 - color contains mainly: green. Hex color #508D28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508D28 is #AF72D7. Grayscale: #6F6F6F. Windows color (decimal): -11498200 or 2657616. OLE color: 2657616.

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

Color convert

RGB 80 141 40 -
CMYK 0.43 0 0.72 0.45
HSL 96.24º 0.56% 0.35% -
HSV(B) 96.24º 0.72% 0.55% -
XYZ 13.22 20.91 5.35 -
YUV 111.25 87.79 105.71 -
System Red Green Blue C M Y K H S L
Decimal 80 141 40 0.43 0 0.72 0.45 96.24 0.56 0.35
Hex 50 8D 28 2B 0 48 2D 60 38 23
Octal 120 215 50 53 0 110 55 140 70 43
Binary 1010000 10001101 101000 101011 0 1001000 101101 1100000 111000 100011

Color Harmonies of #508D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508D28

Black with #508D28

Text Example


Text Example

White with #508D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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