Html Css Color HEX #518031 La Palma

📋 copy color: '#518031'

red 81 ◦ green 128 ◦ blue 49

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

Shades of La Palma #518031

Tints of La Palma #518031

RGB

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

 GREEN value IS 128 (50.39% from 255) = 49.61%

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

R = 31.4%
G = 49.61%
B = 18.99%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#518031 (or 0x518031) is known color: La Palma. HEX triplet: 51, 80 and 31. RGB value is (81,128,49). Sum of RGB (Red+Green+Blue) = 81+128+49=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 128 (50.39% from 255 or 49.61% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 128 - color contains mainly: green. Hex color #518031 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518031 is #AE7FCE. Grayscale: #696969. Windows color (decimal): -11435983 or 3244113. OLE color: 3244113.

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

Color convert

RGB 81 128 49 -
CMYK 0.37 0 0.62 0.50
HSL 95.7º 0.45% 0.35% -
HSV(B) 95.7º 0.62% 0.5% -
XYZ 11.67 17.41 5.65 -
YUV 104.94 96.43 110.92 -
System Red Green Blue C M Y K H S L
Decimal 81 128 49 0.37 0 0.62 0.50 95.7 0.45 0.35
Hex 51 80 31 25 0 3E 32 60 2D 23
Octal 121 200 61 45 0 76 62 140 55 43
Binary 1010001 10000000 110001 100101 0 111110 110010 1100000 101101 100011

Color Harmonies of #518031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518031

Black with #518031

Text Example


Text Example

White with #518031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518031; }

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

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

background-color css

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

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

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

border-color css

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

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

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