#198c56

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

Shades of Salem #198C56

Tints of Salem #198C56

Color information

#198C56 (or 0x198C56) is unknown color: approx Salem. HEX triplet: 19, 8C and 56. RGB value is (25,140,86). Sum of RGB (Red+Green+Blue) = 25+140+86=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 140 (55.08% from 255 or 55.78% from 251); Blue value is 86 (33.98% from 255 or 34.26% from 251); Max value from RGB is 140 - color contains mainly: green. Hex color #198C56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198C56 is #E673A9. Grayscale: #636363. Windows color (decimal): -15102890 or 5671961. OLE color: 5671961.

HSL color Cylindrical-coordinate representation of color #198C56: hue angle of 151.83º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198C56 is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB2514086-
CMYK0.8200.390.45
HSL151.83º69.7%32.35%-
HSV(B)151.83º82.14%54.9%-
XYZ11.4619.6311.99-
YUV99.46120.474.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.96%
GREEN value IS 140 (55.08% from 255) = 55.78%
BLUE value IS 86 (33.98% from 255) = 34.26%
R=9.96%
G=55.78%
B=34.26%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal25140860.8200.390.45151.8369.732.35
Hex198C56520272D984620
Octal312141261220475523010640
Binary1100110001100101011010100100100111101101100110001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198c56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198c56; }

 p { color: rgb(25,140,86); }

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

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

 a { background-color: rgb(25,140,86); }

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

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

 span { border-color: rgb(25,140,86); }

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