Html Css Color HEX #518B32 La Palma

📋 copy color: '#518B32'

red 81 ◦ green 139 ◦ blue 50

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

Shades of La Palma #518B32

Tints of La Palma #518B32

RGB

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

 GREEN value IS 139 (54.69% from 255) = 51.48%

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

R = 30%
G = 51.48%
B = 18.52%

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

#518B32 (or 0x518B32) is known color: La Palma. HEX triplet: 51, 8B and 32. RGB value is (81,139,50). Sum of RGB (Red+Green+Blue) = 81+139+50=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 139 (54.69% from 255 or 51.48% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 139 - color contains mainly: green. Hex color #518B32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518B32 is #AE74CD. Grayscale: #6F6F6F. Windows color (decimal): -11433166 or 3312465. OLE color: 3312465.

HSL color Cylindrical-coordinate representation of color #518B32: hue angle of 99.1º 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 #518B32 is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB 81 139 50 -
CMYK 0.42 0 0.64 0.45
HSL 99.1º 0.47% 0.37% -
HSV(B) 99.1º 0.64% 0.55% -
XYZ 13.2 20.44 6.27 -
YUV 111.51 93.28 106.24 -
System Red Green Blue C M Y K H S L
Decimal 81 139 50 0.42 0 0.64 0.45 99.1 0.47 0.37
Hex 51 8B 32 2A 0 40 2D 63 2F 25
Octal 121 213 62 52 0 100 55 143 57 45
Binary 1010001 10001011 110010 101010 0 1000000 101101 1100011 101111 100101

Color Harmonies of #518B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518B32

Black with #518B32

Text Example


Text Example

White with #518B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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