Html Css Color HEX #518A32 La Palma

📋 copy color: '#518A32'

red 81 ◦ green 138 ◦ blue 50

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

Shades of La Palma #518A32

Tints of La Palma #518A32

RGB

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

 GREEN value IS 138 (54.3% from 255) = 51.3%

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

R = 30.11%
G = 51.3%
B = 18.59%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#518A32 (or 0x518A32) is known color: La Palma. HEX triplet: 51, 8A and 32. RGB value is (81,138,50). Sum of RGB (Red+Green+Blue) = 81+138+50=269 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.11% from 269); Green value is 138 (54.30% from 255 or 51.30% from 269); Blue value is 50 (19.92% from 255 or 18.59% from 269); Max value from RGB is 138 - color contains mainly: green. Hex color #518A32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518A32 is #AE75CD. Grayscale: #6F6F6F. Windows color (decimal): -11433422 or 3312209. OLE color: 3312209.

HSL color Cylindrical-coordinate representation of color #518A32: hue angle of 98.86º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #518A32 is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB 81 138 50 -
CMYK 0.41 0 0.64 0.46
HSL 98.86º 0.47% 0.37% -
HSV(B) 98.86º 0.64% 0.54% -
XYZ 13.06 20.16 6.22 -
YUV 110.93 93.62 106.66 -
System Red Green Blue C M Y K H S L
Decimal 81 138 50 0.41 0 0.64 0.46 98.86 0.47 0.37
Hex 51 8A 32 29 0 40 2E 63 2F 25
Octal 121 212 62 51 0 100 56 143 57 45
Binary 1010001 10001010 110010 101001 0 1000000 101110 1100011 101111 100101

Color Harmonies of #518A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518A32

Black with #518A32

Text Example


Text Example

White with #518A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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