Html Css Color HEX #509232 La Palma

📋 copy color: '#509232'

red 80 ◦ green 146 ◦ blue 50

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

Shades of La Palma #509232

Tints of La Palma #509232

RGB

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

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

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

R = 28.99%
G = 52.9%
B = 18.12%

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

#509232 (or 0x509232) is known color: La Palma. HEX triplet: 50, 92 and 32. RGB value is (80,146,50). Sum of RGB (Red+Green+Blue) = 80+146+50=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 146 (57.42% from 255 or 52.90% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 146 - color contains mainly: green. Hex color #509232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509232 is #AF6DCD. Grayscale: #737373. Windows color (decimal): -11496910 or 3314256. OLE color: 3314256.

HSL color Cylindrical-coordinate representation of color #509232: hue angle of 101.25º 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 #509232 is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 146 50 -
CMYK 0.45 0 0.66 0.43
HSL 101.25º 0.49% 0.38% -
HSV(B) 101.25º 0.66% 0.57% -
XYZ 14.16 22.49 6.61 -
YUV 115.32 91.13 102.81 -
System Red Green Blue C M Y K H S L
Decimal 80 146 50 0.45 0 0.66 0.43 101.25 0.49 0.38
Hex 50 92 32 2D 0 42 2B 65 31 26
Octal 120 222 62 55 0 102 53 145 61 46
Binary 1010000 10010010 110010 101101 0 1000010 101011 1100101 110001 100110

Color Harmonies of #509232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509232

Black with #509232

Text Example


Text Example

White with #509232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509232; }

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

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

background-color css

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

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

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

border-color css

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

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

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