Html Css Color HEX #518232 La Palma

📋 copy color: '#518232'

red 81 ◦ green 130 ◦ blue 50

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

Shades of La Palma #518232

Tints of La Palma #518232

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.81%

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

R = 31.03%
G = 49.81%
B = 19.16%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#518232 (or 0x518232) is known color: La Palma. HEX triplet: 51, 82 and 32. RGB value is (81,130,50). Sum of RGB (Red+Green+Blue) = 81+130+50=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #518232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518232 is #AE7DCD. Grayscale: #6A6A6A. Windows color (decimal): -11435470 or 3310161. OLE color: 3310161.

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

Color convert

RGB 81 130 50 -
CMYK 0.38 0 0.62 0.49
HSL 96.75º 0.44% 0.35% -
HSV(B) 96.75º 0.62% 0.51% -
XYZ 11.95 17.94 5.85 -
YUV 106.23 96.27 110 -
System Red Green Blue C M Y K H S L
Decimal 81 130 50 0.38 0 0.62 0.49 96.75 0.44 0.35
Hex 51 82 32 26 0 3E 31 61 2C 23
Octal 121 202 62 46 0 76 61 141 54 43
Binary 1010001 10000010 110010 100110 0 111110 110001 1100001 101100 100011

Color Harmonies of #518232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518232

Black with #518232

Text Example


Text Example

White with #518232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518232; }

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

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

background-color css

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

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

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

border-color css

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

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

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