#128950

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

Shades of Salem #128950

Tints of Salem #128950

Color information

#128950 (or 0x128950) is unknown color: approx Salem. HEX triplet: 12, 89 and 50. RGB value is (18,137,80). Sum of RGB (Red+Green+Blue) = 18+137+80=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 137 (53.91% from 255 or 58.30% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 137 - color contains mainly: green. Hex color #128950 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128950 is #ED76AF. Grayscale: #5F5F5F. Windows color (decimal): -15562416 or 5277970. OLE color: 5277970.

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

Color convert

RGB1813780-
CMYK0.8700.420.46
HSL151.26º76.77%30.39%-
HSV(B)151.26º86.86%53.73%-
XYZ10.6418.610.62-
YUV94.92119.5873.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.66%
GREEN value IS 137 (53.91% from 255) = 58.30%
BLUE value IS 80 (31.64% from 255) = 34.04%
R=7.66%
G=58.30%
B=34.04%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18137800.8700.420.46151.2676.7730.39
Hex1289505702A2E974d1e
Octal222111201270525622711536
Binary100101000100110100001010111010101010111010010111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128950; }

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

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

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

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

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

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

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

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