#508932

Color #508932 La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #508932

Tints of La Palma #508932

Color information

#508932 (or 0x508932) is unknown color: approx 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

RGB8013750-
CMYK0.4200.640.46
HSL99.31º46.52%36.67%-
HSV(B)99.31º63.5%53.73%-
XYZ12.8319.836.17-
YUV110.0494.12106.57-

RGB Variations

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

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 (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80137500.4200.640.4699.3146.5236.67
Hex5089322A0402E632f25
Octal12021162520100561435745
Binary101000010001001110010101010010000001011101100011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>