Html Css Color HEX #518332 La Palma

📋 copy color: '#518332'

red 81 ◦ green 131 ◦ blue 50

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

Shades of La Palma #518332

Tints of La Palma #518332

RGB

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

 GREEN value IS 131 (51.56% from 255) = 50%

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

R = 30.92%
G = 50%
B = 19.08%

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

#518332 (or 0x518332) is known color: La Palma. HEX triplet: 51, 83 and 32. RGB value is (81,131,50). Sum of RGB (Red+Green+Blue) = 81+131+50=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 131 (51.56% from 255 or 50% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 131 - color contains mainly: green. Hex color #518332 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518332 is #AE7CCD. Grayscale: #6B6B6B. Windows color (decimal): -11435214 or 3310417. OLE color: 3310417.

HSL color Cylindrical-coordinate representation of color #518332: hue angle of 97.04º degrees, saturation: 0.45, 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 #518332 is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 131 50 -
CMYK 0.38 0 0.62 0.49
HSL 97.04º 0.45% 0.35% -
HSV(B) 97.04º 0.62% 0.51% -
XYZ 12.09 18.21 5.9 -
YUV 106.82 95.94 109.59 -
System Red Green Blue C M Y K H S L
Decimal 81 131 50 0.38 0 0.62 0.49 97.04 0.45 0.35
Hex 51 83 32 26 0 3E 31 61 2D 23
Octal 121 203 62 46 0 76 61 141 55 43
Binary 1010001 10000011 110010 100110 0 111110 110001 1100001 101101 100011

Color Harmonies of #518332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518332

Black with #518332

Text Example


Text Example

White with #518332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518332; }

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

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

background-color css

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

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

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

border-color css

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

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

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