Html Css Color HEX #508E28 La Palma

📋 copy color: '#508E28'

red 80 ◦ green 142 ◦ blue 40

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

Shades of La Palma #508E28

Tints of La Palma #508E28

RGB

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

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

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

R = 30.53%
G = 54.2%
B = 15.27%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#508E28 (or 0x508E28) is known color: La Palma. HEX triplet: 50, 8E and 28. RGB value is (80,142,40). Sum of RGB (Red+Green+Blue) = 80+142+40=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 142 (55.86% from 255 or 54.20% from 262); Blue value is 40 (16.02% from 255 or 15.27% from 262); Max value from RGB is 142 - color contains mainly: green. Hex color #508E28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508E28 is #AF71D7. Grayscale: #707070. Windows color (decimal): -11497944 or 2657872. OLE color: 2657872.

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

Color convert

RGB 80 142 40 -
CMYK 0.44 0 0.72 0.44
HSL 96.47º 0.56% 0.36% -
HSV(B) 96.47º 0.72% 0.56% -
XYZ 13.36 21.2 5.4 -
YUV 111.83 87.46 105.29 -
System Red Green Blue C M Y K H S L
Decimal 80 142 40 0.44 0 0.72 0.44 96.47 0.56 0.36
Hex 50 8E 28 2C 0 48 2C 60 38 24
Octal 120 216 50 54 0 110 54 140 70 44
Binary 1010000 10001110 101000 101100 0 1001000 101100 1100000 111000 100100

Color Harmonies of #508E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508E28

Black with #508E28

Text Example


Text Example

White with #508E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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