#128743

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

Shades of Salem #128743

Tints of Salem #128743

Color information

#128743 (or 0x128743) is unknown color: approx Salem. HEX triplet: 12, 87 and 43. RGB value is (18,135,67). Sum of RGB (Red+Green+Blue) = 18+135+67=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 135 (53.12% from 255 or 61.36% from 220); Blue value is 67 (26.56% from 255 or 30.45% from 220); Max value from RGB is 135 - color contains mainly: green. Hex color #128743 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128743 is #ED78BC. Grayscale: #5C5C5C. Windows color (decimal): -15562941 or 4425490. OLE color: 4425490.

HSL color Cylindrical-coordinate representation of color #128743: hue angle of 145.13º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128743 is Cyan = 0.87, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB1813567-
CMYK0.8700.500.47
HSL145.13º76.47%30%-
HSV(B)145.13º86.67%52.94%-
XYZ9.9317.868.23-
YUV92.26113.7475.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.18%
GREEN value IS 135 (53.12% from 255) = 61.36%
BLUE value IS 67 (26.56% from 255) = 30.45%
R=8.18%
G=61.36%
B=30.45%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18135670.8700.500.47145.1376.4730
Hex128743570322F914c1e
Octal222071031270625722111436
Binary100101000011110000111010111011001010111110010001100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128743; }

 p { color: rgb(18,135,67); }

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

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

 a { background-color: rgb(18,135,67); }

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

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

 span { border-color: rgb(18,135,67); }

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