Html Css Color HEX #509133 La Palma

📋 copy color: '#509133'

red 80 ◦ green 145 ◦ blue 51

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

Shades of La Palma #509133

Tints of La Palma #509133

RGB

 RED value IS 80 (31.64% from 255) = 28.99%

 GREEN value IS 145 (57.03% from 255) = 52.54%

 BLUE value IS 51 (20.31% from 255) = 18.48%

R = 28.99%
G = 52.54%
B = 18.48%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.65

 K value IS 0.43

RGB Variations

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

Color information

#509133 (or 0x509133) is known color: La Palma. HEX triplet: 50, 91 and 33. RGB value is (80,145,51). Sum of RGB (Red+Green+Blue) = 80+145+51=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 145 (57.03% from 255 or 52.54% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 145 - color contains mainly: green. Hex color #509133 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509133 is #AF6ECC. Grayscale: #737373. Windows color (decimal): -11497165 or 3379536. OLE color: 3379536.

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

Color convert

RGB 80 145 51 -
CMYK 0.45 0 0.65 0.43
HSL 101.49º 0.48% 0.38% -
HSV(B) 101.49º 0.65% 0.57% -
XYZ 14.03 22.2 6.68 -
YUV 114.85 91.97 103.14 -
System Red Green Blue C M Y K H S L
Decimal 80 145 51 0.45 0 0.65 0.43 101.49 0.48 0.38
Hex 50 91 33 2D 0 41 2B 65 30 26
Octal 120 221 63 55 0 101 53 145 60 46
Binary 1010000 10010001 110011 101101 0 1000001 101011 1100101 110000 100110

Color Harmonies of #509133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509133

Black with #509133

Text Example


Text Example

White with #509133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509133; }

 p { color: rgb(80,145,51); }

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

background-color css

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

 a { background-color: rgb(80,145,51); }

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

border-color css

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

 span { border-color: rgb(80,145,51); }

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