#128B39

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

Shades of Salem #128B39

Tints of Salem #128B39

Color information

#128B39 (or 0x128B39) is unknown color: approx Salem. HEX triplet: 12, 8B and 39. RGB value is (18,139,57). Sum of RGB (Red+Green+Blue) = 18+139+57=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 139 (54.69% from 255 or 64.95% from 214); Blue value is 57 (22.66% from 255 or 26.64% from 214); Max value from RGB is 139 - color contains mainly: green. Hex color #128B39 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128B39 is #ED74C6. Grayscale: #5D5D5D. Windows color (decimal): -15561927 or 3771154. OLE color: 3771154.

HSL color Cylindrical-coordinate representation of color #128B39: hue angle of 139.34º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128B39 is Cyan = 0.87, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.45.

Color convert

RGB1813957-
CMYK0.8700.590.45
HSL139.34º77.07%30.78%-
HSV(B)139.34º87.05%54.51%-
XYZ10.2218.896.98-
YUV93.47107.4174.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.41%
GREEN value IS 139 (54.69% from 255) = 64.95%
BLUE value IS 57 (22.66% from 255) = 26.64%
R=8.41%
G=64.95%
B=26.64%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal18139570.8700.590.45139.3477.0730.78
Hex128B395703B2D8b4d1f
Octal22213711270735521311537
Binary10010100010111110011010111011101110110110001011100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128B39; }

 p { color: rgb(18,139,57); }

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

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

 a { background-color: rgb(18,139,57); }

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

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

 span { border-color: rgb(18,139,57); }

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