Html Css Color HEX #519232 La Palma

📋 copy color: '#519232'

red 81 ◦ green 146 ◦ blue 50

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

Shades of La Palma #519232

Tints of La Palma #519232

RGB

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

 GREEN value IS 146 (57.42% from 255) = 52.71%

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

R = 29.24%
G = 52.71%
B = 18.05%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#519232 (or 0x519232) is known color: La Palma. HEX triplet: 51, 92 and 32. RGB value is (81,146,50). Sum of RGB (Red+Green+Blue) = 81+146+50=277 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.24% from 277); Green value is 146 (57.42% from 255 or 52.71% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 146 - color contains mainly: green. Hex color #519232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519232 is #AE6DCD. Grayscale: #737373. Windows color (decimal): -11431374 or 3314257. OLE color: 3314257.

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

Color convert

RGB 81 146 50 -
CMYK 0.45 0 0.66 0.43
HSL 100.63º 0.49% 0.38% -
HSV(B) 100.63º 0.66% 0.57% -
XYZ 14.25 22.54 6.62 -
YUV 115.62 90.97 103.31 -
System Red Green Blue C M Y K H S L
Decimal 81 146 50 0.45 0 0.66 0.43 100.63 0.49 0.38
Hex 51 92 32 2D 0 42 2B 65 31 26
Octal 121 222 62 55 0 102 53 145 61 46
Binary 1010001 10010010 110010 101101 0 1000010 101011 1100101 110001 100110

Color Harmonies of #519232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519232

Black with #519232

Text Example


Text Example

White with #519232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519232; }

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

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

background-color css

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

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

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

border-color css

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

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

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