Html Css Color HEX #509130 La Palma

📋 copy color: '#509130'

red 80 ◦ green 145 ◦ blue 48

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

Shades of La Palma #509130

Tints of La Palma #509130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.58%

R = 29.3%
G = 53.11%
B = 17.58%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#509130 (or 0x509130) is known color: La Palma. HEX triplet: 50, 91 and 30. RGB value is (80,145,48). Sum of RGB (Red+Green+Blue) = 80+145+48=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 145 (57.03% from 255 or 53.11% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 145 - color contains mainly: green. Hex color #509130 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509130 is #AF6ECF. Grayscale: #727272. Windows color (decimal): -11497168 or 3182928. OLE color: 3182928.

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

Color convert

RGB 80 145 48 -
CMYK 0.45 0 0.67 0.43
HSL 100.21º 0.5% 0.38% -
HSV(B) 100.21º 0.67% 0.57% -
XYZ 13.97 22.17 6.34 -
YUV 114.51 90.47 103.39 -
System Red Green Blue C M Y K H S L
Decimal 80 145 48 0.45 0 0.67 0.43 100.21 0.5 0.38
Hex 50 91 30 2D 0 43 2B 64 32 26
Octal 120 221 60 55 0 103 53 144 62 46
Binary 1010000 10010001 110000 101101 0 1000011 101011 1100100 110010 100110

Color Harmonies of #509130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509130

Black with #509130

Text Example


Text Example

White with #509130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509130; }

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

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

background-color css

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

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

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

border-color css

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

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

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