#508C38

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

Shades of La Palma #508C38

Tints of La Palma #508C38

Color information

#508C38 (or 0x508C38) is unknown color: approx La Palma. HEX triplet: 50, 8C and 38. RGB value is (80,140,56). Sum of RGB (Red+Green+Blue) = 80+140+56=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 140 (55.08% from 255 or 50.72% from 276); Blue value is 56 (22.27% from 255 or 20.29% from 276); Max value from RGB is 140 - color contains mainly: green. Hex color #508C38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508C38 is #AF73C7. Grayscale: #707070. Windows color (decimal): -11498440 or 3705936. OLE color: 3705936.

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

Color convert

RGB8014056-
CMYK0.4300.60.45
HSL102.86º42.86%38.43%-
HSV(B)102.86º60%54.9%-
XYZ13.420.757.04-
YUV112.4896.12104.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.99%
GREEN value IS 140 (55.08% from 255) = 50.72%
BLUE value IS 56 (22.27% from 255) = 20.29%
R=28.99%
G=50.72%
B=20.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80140560.4300.60.45102.8642.8638.43
Hex508C382B03C2D672b26
Octal1202147053074551475346
Binary10100001000110011100010101101111001011011100111101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508C38; }

 p { color: rgb(80,140,56); }

 H1.HeaderClassName
 {
   color: #508C38;
 }
 .AnyTagClassName
 {
   color: #508C38;
 }
</style>
background-color css

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

 a { background-color: rgb(80,140,56); }

 div.DivClassName
 {
   background-color: #508C38;
 }
 .BgClassName
 {
   background-color: #508C38;
 }
</style>
border-color css

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

 span { border-color: rgb(80,140,56); }

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