Html Css Color HEX #519332 La Palma

📋 copy color: '#519332'

red 81 ◦ green 147 ◦ blue 50

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

Shades of La Palma #519332

Tints of La Palma #519332

RGB

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

 GREEN value IS 147 (57.81% from 255) = 52.88%

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

R = 29.14%
G = 52.88%
B = 17.99%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#519332 (or 0x519332) is known color: La Palma. HEX triplet: 51, 93 and 32. RGB value is (81,147,50). Sum of RGB (Red+Green+Blue) = 81+147+50=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 147 (57.81% from 255 or 52.88% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 147 - color contains mainly: green. Hex color #519332 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519332 is #AE6CCD. Grayscale: #747474. Windows color (decimal): -11431118 or 3314513. OLE color: 3314513.

HSL color Cylindrical-coordinate representation of color #519332: hue angle of 100.82º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #519332 is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 147 50 -
CMYK 0.45 0 0.66 0.42
HSL 100.82º 0.49% 0.39% -
HSV(B) 100.82º 0.66% 0.58% -
XYZ 14.4 22.85 6.67 -
YUV 116.21 90.63 102.89 -
System Red Green Blue C M Y K H S L
Decimal 81 147 50 0.45 0 0.66 0.42 100.82 0.49 0.39
Hex 51 93 32 2D 0 42 2A 65 31 27
Octal 121 223 62 55 0 102 52 145 61 47
Binary 1010001 10010011 110010 101101 0 1000010 101010 1100101 110001 100111

Color Harmonies of #519332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519332

Black with #519332

Text Example


Text Example

White with #519332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519332; }

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

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

background-color css

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

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

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

border-color css

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

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

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