#198847

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

Shades of Salem #198847

Tints of Salem #198847

Color information

#198847 (or 0x198847) is unknown color: approx Salem. HEX triplet: 19, 88 and 47. RGB value is (25,136,71). Sum of RGB (Red+Green+Blue) = 25+136+71=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 136 (53.52% from 255 or 58.62% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 136 - color contains mainly: green. Hex color #198847 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198847 is #E677B8. Grayscale: #5F5F5F. Windows color (decimal): -15103929 or 4687897. OLE color: 4687897.

HSL color Cylindrical-coordinate representation of color #198847: hue angle of 144.86º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198847 is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB2513671-
CMYK0.8200.480.47
HSL144.86º68.94%31.57%-
HSV(B)144.86º81.62%53.33%-
XYZ10.3418.278.94-
YUV95.4114.2377.79-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.78%
GREEN value IS 136 (53.52% from 255) = 58.62%
BLUE value IS 71 (28.12% from 255) = 30.60%
R=10.78%
G=58.62%
B=30.60%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal25136710.8200.480.47144.8668.9431.57
Hex198847520302F914520
Octal312101071220605722110540
Binary1100110001000100011110100100110000101111100100011000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198847; }

 p { color: rgb(25,136,71); }

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

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

 a { background-color: rgb(25,136,71); }

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

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

 span { border-color: rgb(25,136,71); }

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