#128942

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

Shades of Salem #128942

Tints of Salem #128942

Color information

#128942 (or 0x128942) is unknown color: approx Salem. HEX triplet: 12, 89 and 42. RGB value is (18,137,66). Sum of RGB (Red+Green+Blue) = 18+137+66=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 137 (53.91% from 255 or 61.99% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 137 - color contains mainly: green. Hex color #128942 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128942 is #ED76BD. Grayscale: #5D5D5D. Windows color (decimal): -15562430 or 4360466. OLE color: 4360466.

HSL color Cylindrical-coordinate representation of color #128942: hue angle of 144.2º 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 #128942 is Cyan = 0.87, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.46.

Color convert

RGB1813766-
CMYK0.8700.520.46
HSL144.2º76.77%30.39%-
HSV(B)144.2º86.86%53.73%-
XYZ10.1818.418.17-
YUV93.32112.5874.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.14%
GREEN value IS 137 (53.91% from 255) = 61.99%
BLUE value IS 66 (26.17% from 255) = 29.86%
R=8.14%
G=61.99%
B=29.86%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18137660.8700.520.46144.276.7730.39
Hex128942570342E904d1e
Octal222111021270645622011536
Binary100101000100110000101010111011010010111010010000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128942; }

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

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

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

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

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

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

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

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