Html Css Color HEX #518D32 La Palma

📋 copy color: '#518D32'

red 81 ◦ green 141 ◦ blue 50

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

Shades of La Palma #518D32

Tints of La Palma #518D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.38%

R = 29.78%
G = 51.84%
B = 18.38%

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

#518D32 (or 0x518D32) is known color: La Palma. HEX triplet: 51, 8D and 32. RGB value is (81,141,50). Sum of RGB (Red+Green+Blue) = 81+141+50=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 141 (55.47% from 255 or 51.84% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 141 - color contains mainly: green. Hex color #518D32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518D32 is #AE72CD. Grayscale: #707070. Windows color (decimal): -11432654 or 3312977. OLE color: 3312977.

HSL color Cylindrical-coordinate representation of color #518D32: hue angle of 99.56º 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 #518D32 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB 81 141 50 -
CMYK 0.43 0 0.65 0.45
HSL 99.56º 0.48% 0.37% -
HSV(B) 99.56º 0.65% 0.55% -
XYZ 13.49 21.03 6.37 -
YUV 112.69 92.62 105.4 -
System Red Green Blue C M Y K H S L
Decimal 81 141 50 0.43 0 0.65 0.45 99.56 0.48 0.37
Hex 51 8D 32 2B 0 41 2D 64 30 25
Octal 121 215 62 53 0 101 55 144 60 45
Binary 1010001 10001101 110010 101011 0 1000001 101101 1100100 110000 100101

Color Harmonies of #518D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518D32

Black with #518D32

Text Example


Text Example

White with #518D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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