Html Css Color HEX #519932 La Palma

📋 copy color: '#519932'

red 81 ◦ green 153 ◦ blue 50

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

Shades of La Palma #519932

Tints of La Palma #519932

RGB

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

 GREEN value IS 153 (60.16% from 255) = 53.87%

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

R = 28.52%
G = 53.87%
B = 17.61%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#519932 (or 0x519932) is known color: La Palma. HEX triplet: 51, 99 and 32. RGB value is (81,153,50). Sum of RGB (Red+Green+Blue) = 81+153+50=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 153 (60.16% from 255 or 53.87% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 153 - color contains mainly: green. Hex color #519932 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519932 is #AE66CD. Grayscale: #787878. Windows color (decimal): -11429582 or 3316049. OLE color: 3316049.

HSL color Cylindrical-coordinate representation of color #519932: hue angle of 101.94º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #519932 is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 153 50 -
CMYK 0.47 0 0.67 0.4
HSL 101.94º 0.51% 0.4% -
HSV(B) 101.94º 0.67% 0.6% -
XYZ 15.36 24.76 6.99 -
YUV 119.73 88.65 100.38 -
System Red Green Blue C M Y K H S L
Decimal 81 153 50 0.47 0 0.67 0.4 101.94 0.51 0.4
Hex 51 99 32 2F 0 43 28 66 33 28
Octal 121 231 62 57 0 103 50 146 63 50
Binary 1010001 10011001 110010 101111 0 1000011 101000 1100110 110011 101000

Color Harmonies of #519932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519932

Black with #519932

Text Example


Text Example

White with #519932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519932; }

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

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

background-color css

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

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

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

border-color css

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

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

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