Html Css Color HEX #518132 La Palma

📋 copy color: '#518132'

red 81 ◦ green 129 ◦ blue 50

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

Shades of La Palma #518132

Tints of La Palma #518132

RGB

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

 GREEN value IS 129 (50.78% from 255) = 49.62%

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

R = 31.15%
G = 49.62%
B = 19.23%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#518132 (or 0x518132) is known color: La Palma. HEX triplet: 51, 81 and 32. RGB value is (81,129,50). Sum of RGB (Red+Green+Blue) = 81+129+50=260 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.15% from 260); Green value is 129 (50.78% from 255 or 49.62% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 129 - color contains mainly: green. Hex color #518132 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518132 is #AE7ECD. Grayscale: #696969. Windows color (decimal): -11435726 or 3309905. OLE color: 3309905.

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

Color convert

RGB 81 129 50 -
CMYK 0.37 0 0.61 0.49
HSL 96.46º 0.44% 0.35% -
HSV(B) 96.46º 0.61% 0.51% -
XYZ 11.82 17.68 5.81 -
YUV 105.64 96.6 110.42 -
System Red Green Blue C M Y K H S L
Decimal 81 129 50 0.37 0 0.61 0.49 96.46 0.44 0.35
Hex 51 81 32 25 0 3D 31 60 2C 23
Octal 121 201 62 45 0 75 61 140 54 43
Binary 1010001 10000001 110010 100101 0 111101 110001 1100000 101100 100011

Color Harmonies of #518132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518132

Black with #518132

Text Example


Text Example

White with #518132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518132; }

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

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

background-color css

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

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

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

border-color css

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

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

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