Html Css Color HEX #518331 La Palma

📋 copy color: '#518331'

red 81 ◦ green 131 ◦ blue 49

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

Shades of La Palma #518331

Tints of La Palma #518331

RGB

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

 GREEN value IS 131 (51.56% from 255) = 50.19%

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

R = 31.03%
G = 50.19%
B = 18.77%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#518331 (or 0x518331) is known color: La Palma. HEX triplet: 51, 83 and 31. RGB value is (81,131,49). Sum of RGB (Red+Green+Blue) = 81+131+49=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 131 (51.56% from 255 or 50.19% from 261); Blue value is 49 (19.53% from 255 or 18.77% from 261); Max value from RGB is 131 - color contains mainly: green. Hex color #518331 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518331 is #AE7CCE. Grayscale: #6A6A6A. Windows color (decimal): -11435215 or 3244881. OLE color: 3244881.

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

Color convert

RGB 81 131 49 -
CMYK 0.38 0 0.63 0.49
HSL 96.59º 0.46% 0.35% -
HSV(B) 96.59º 0.63% 0.51% -
XYZ 12.06 18.2 5.78 -
YUV 106.7 95.44 109.67 -
System Red Green Blue C M Y K H S L
Decimal 81 131 49 0.38 0 0.63 0.49 96.59 0.46 0.35
Hex 51 83 31 26 0 3F 31 61 2E 23
Octal 121 203 61 46 0 77 61 141 56 43
Binary 1010001 10000011 110001 100110 0 111111 110001 1100001 101110 100011

Color Harmonies of #518331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518331

Black with #518331

Text Example


Text Example

White with #518331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518331; }

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

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

background-color css

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

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

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

border-color css

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

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

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