Html Css Color HEX #508932 La Palma

📋 copy color: '#508932'

red 80 ◦ green 137 ◦ blue 50

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

Shades of La Palma #508932

Tints of La Palma #508932

RGB

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

 GREEN value IS 137 (53.91% from 255) = 51.31%

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

R = 29.96%
G = 51.31%
B = 18.73%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#508932 (or 0x508932) is known color: La Palma. HEX triplet: 50, 89 and 32. RGB value is (80,137,50). Sum of RGB (Red+Green+Blue) = 80+137+50=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 137 (53.91% from 255 or 51.31% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 137 - color contains mainly: green. Hex color #508932 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508932 is #AF76CD. Grayscale: #6E6E6E. Windows color (decimal): -11499214 or 3311952. OLE color: 3311952.

HSL color Cylindrical-coordinate representation of color #508932: hue angle of 99.31º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #508932 is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 137 50 -
CMYK 0.42 0 0.64 0.46
HSL 99.31º 0.47% 0.37% -
HSV(B) 99.31º 0.64% 0.54% -
XYZ 12.83 19.83 6.17 -
YUV 110.04 94.12 106.57 -
System Red Green Blue C M Y K H S L
Decimal 80 137 50 0.42 0 0.64 0.46 99.31 0.47 0.37
Hex 50 89 32 2A 0 40 2E 63 2F 25
Octal 120 211 62 52 0 100 56 143 57 45
Binary 1010000 10001001 110010 101010 0 1000000 101110 1100011 101111 100101

Color Harmonies of #508932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508932

Black with #508932

Text Example


Text Example

White with #508932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508932; }

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

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

background-color css

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

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

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

border-color css

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

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

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