Html Css Color HEX #508131 La Palma

📋 copy color: '#508131'

red 80 ◦ green 129 ◦ blue 49

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

Shades of La Palma #508131

Tints of La Palma #508131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.99%

R = 31.01%
G = 50%
B = 18.99%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#508131 (or 0x508131) is known color: La Palma. HEX triplet: 50, 81 and 31. RGB value is (80,129,49). Sum of RGB (Red+Green+Blue) = 80+129+49=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 129 (50.78% from 255 or 50% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 129 - color contains mainly: green. Hex color #508131 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508131 is #AF7ECE. Grayscale: #696969. Windows color (decimal): -11501263 or 3244368. OLE color: 3244368.

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

Color convert

RGB 80 129 49 -
CMYK 0.38 0 0.62 0.49
HSL 96.75º 0.45% 0.35% -
HSV(B) 96.75º 0.62% 0.51% -
XYZ 11.71 17.63 5.69 -
YUV 105.23 96.27 110 -
System Red Green Blue C M Y K H S L
Decimal 80 129 49 0.38 0 0.62 0.49 96.75 0.45 0.35
Hex 50 81 31 26 0 3E 31 61 2D 23
Octal 120 201 61 46 0 76 61 141 55 43
Binary 1010000 10000001 110001 100110 0 111110 110001 1100001 101101 100011

Color Harmonies of #508131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508131

Black with #508131

Text Example


Text Example

White with #508131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508131; }

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

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

background-color css

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

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

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

border-color css

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

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

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