Html Css Color HEX #518130 La Palma

📋 copy color: '#518130'

red 81 ◦ green 129 ◦ blue 48

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

Shades of La Palma #518130

Tints of La Palma #518130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.6%

R = 31.4%
G = 50%
B = 18.6%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#518130 (or 0x518130) is known color: La Palma. HEX triplet: 51, 81 and 30. RGB value is (81,129,48). Sum of RGB (Red+Green+Blue) = 81+129+48=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 129 (50.78% from 255 or 50% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 129 - color contains mainly: green. Hex color #518130 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518130 is #AE7ECF. Grayscale: #696969. Windows color (decimal): -11435728 or 3178833. OLE color: 3178833.

HSL color Cylindrical-coordinate representation of color #518130: hue angle of 95.56º 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 #518130 is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 129 48 -
CMYK 0.37 0 0.63 0.49
HSL 95.56º 0.46% 0.35% -
HSV(B) 95.56º 0.63% 0.51% -
XYZ 11.78 17.66 5.58 -
YUV 105.41 95.6 110.59 -
System Red Green Blue C M Y K H S L
Decimal 81 129 48 0.37 0 0.63 0.49 95.56 0.46 0.35
Hex 51 81 30 25 0 3F 31 60 2E 23
Octal 121 201 60 45 0 77 61 140 56 43
Binary 1010001 10000001 110000 100101 0 111111 110001 1100000 101110 100011

Color Harmonies of #518130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518130

Black with #518130

Text Example


Text Example

White with #518130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518130; }

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

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

background-color css

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

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

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

border-color css

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

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

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