#198944

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

Shades of Salem #198944

Tints of Salem #198944

Color information

#198944 (or 0x198944) is unknown color: approx Salem. HEX triplet: 19, 89 and 44. RGB value is (25,137,68). Sum of RGB (Red+Green+Blue) = 25+137+68=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 137 (53.91% from 255 or 59.57% from 230); Blue value is 68 (26.95% from 255 or 29.57% from 230); Max value from RGB is 137 - color contains mainly: green. Hex color #198944 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198944 is #E676BB. Grayscale: #5F5F5F. Windows color (decimal): -15103676 or 4491545. OLE color: 4491545.

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

Color convert

RGB2513768-
CMYK0.8200.500.46
HSL143.04º69.14%31.76%-
HSV(B)143.04º81.75%53.73%-
XYZ10.3918.528.5-
YUV95.65112.3977.61-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.87%
GREEN value IS 137 (53.91% from 255) = 59.57%
BLUE value IS 68 (26.95% from 255) = 29.57%
R=10.87%
G=59.57%
B=29.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal25137680.8200.500.46143.0469.1431.76
Hex198944520322E8f4520
Octal312111041220625621710540
Binary1100110001001100010010100100110010101110100011111000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198944; }

 p { color: rgb(25,137,68); }

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

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

 a { background-color: rgb(25,137,68); }

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

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

 span { border-color: rgb(25,137,68); }

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