Html Css Color HEX #508128 La Palma

📋 copy color: '#508128'

red 80 ◦ green 129 ◦ blue 40

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

Shades of La Palma #508128

Tints of La Palma #508128

RGB

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

 GREEN value IS 129 (50.78% from 255) = 51.81%

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

R = 32.13%
G = 51.81%
B = 16.06%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#508128 (or 0x508128) is known color: La Palma. HEX triplet: 50, 81 and 28. RGB value is (80,129,40). Sum of RGB (Red+Green+Blue) = 80+129+40=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 129 (50.78% from 255 or 51.81% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 129 - color contains mainly: green. Hex color #508128 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508128 is #AF7ED7. Grayscale: #686868. Windows color (decimal): -11501272 or 2654544. OLE color: 2654544.

HSL color Cylindrical-coordinate representation of color #508128: hue angle of 93.03º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #508128 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 129 40 -
CMYK 0.38 0 0.69 0.49
HSL 93.03º 0.53% 0.33% -
HSV(B) 93.03º 0.69% 0.51% -
XYZ 11.54 17.56 4.79 -
YUV 104.2 91.77 110.74 -
System Red Green Blue C M Y K H S L
Decimal 80 129 40 0.38 0 0.69 0.49 93.03 0.53 0.33
Hex 50 81 28 26 0 45 31 5D 35 21
Octal 120 201 50 46 0 105 61 135 65 41
Binary 1010000 10000001 101000 100110 0 1000101 110001 1011101 110101 100001

Color Harmonies of #508128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508128

Black with #508128

Text Example


Text Example

White with #508128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508128; }

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

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

background-color css

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

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

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

border-color css

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

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

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