Html Css Color HEX #518D31 La Palma

📋 copy color: '#518D31'

red 81 ◦ green 141 ◦ blue 49

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

Shades of La Palma #518D31

Tints of La Palma #518D31

RGB

 RED value IS 81 (32.03% from 255) = 29.89%

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

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

R = 29.89%
G = 52.03%
B = 18.08%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#518D31 (or 0x518D31) is known color: La Palma. HEX triplet: 51, 8D and 31. RGB value is (81,141,49). Sum of RGB (Red+Green+Blue) = 81+141+49=271 (35% of max value = 765). Red value is 81 (32.03% from 255 or 29.89% from 271); Green value is 141 (55.47% from 255 or 52.03% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 141 - color contains mainly: green. Hex color #518D31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518D31 is #AE72CE. Grayscale: #707070. Windows color (decimal): -11432655 or 3247441. OLE color: 3247441.

HSL color Cylindrical-coordinate representation of color #518D31: hue angle of 99.13º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #518D31 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB 81 141 49 -
CMYK 0.43 0 0.65 0.45
HSL 99.13º 0.48% 0.37% -
HSV(B) 99.13º 0.65% 0.55% -
XYZ 13.47 21.02 6.25 -
YUV 112.57 92.12 105.48 -
System Red Green Blue C M Y K H S L
Decimal 81 141 49 0.43 0 0.65 0.45 99.13 0.48 0.37
Hex 51 8D 31 2B 0 41 2D 63 30 25
Octal 121 215 61 53 0 101 55 143 60 45
Binary 1010001 10001101 110001 101011 0 1000001 101101 1100011 110000 100101

Color Harmonies of #518D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518D31

Black with #518D31

Text Example


Text Example

White with #518D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518D31; }

 p { color: rgb(81,141,49); }

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

background-color css

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

 a { background-color: rgb(81,141,49); }

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

border-color css

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

 span { border-color: rgb(81,141,49); }

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