Html Css Color HEX #518C32 La Palma

📋 copy color: '#518C32'

red 81 ◦ green 140 ◦ blue 50

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

Shades of La Palma #518C32

Tints of La Palma #518C32

RGB

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

 GREEN value IS 140 (55.08% from 255) = 51.66%

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

R = 29.89%
G = 51.66%
B = 18.45%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.64

 K value IS 0.45

RGB Variations

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

Color information

#518C32 (or 0x518C32) is known color: La Palma. HEX triplet: 51, 8C and 32. RGB value is (81,140,50). Sum of RGB (Red+Green+Blue) = 81+140+50=271 (35% of max value = 765). Red value is 81 (32.03% from 255 or 29.89% from 271); Green value is 140 (55.08% from 255 or 51.66% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 140 - color contains mainly: green. Hex color #518C32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518C32 is #AE73CD. Grayscale: #707070. Windows color (decimal): -11432910 or 3312721. OLE color: 3312721.

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

Color convert

RGB 81 140 50 -
CMYK 0.42 0 0.64 0.45
HSL 99.33º 0.47% 0.37% -
HSV(B) 99.33º 0.64% 0.55% -
XYZ 13.35 20.74 6.32 -
YUV 112.1 92.95 105.82 -
System Red Green Blue C M Y K H S L
Decimal 81 140 50 0.42 0 0.64 0.45 99.33 0.47 0.37
Hex 51 8C 32 2A 0 40 2D 63 2F 25
Octal 121 214 62 52 0 100 55 143 57 45
Binary 1010001 10001100 110010 101010 0 1000000 101101 1100011 101111 100101

Color Harmonies of #518C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518C32

Black with #518C32

Text Example


Text Example

White with #518C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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