#198844

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

Shades of Salem #198844

Tints of Salem #198844

Color information

#198844 (or 0x198844) is unknown color: approx Salem. HEX triplet: 19, 88 and 44. RGB value is (25,136,68). Sum of RGB (Red+Green+Blue) = 25+136+68=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 136 (53.52% from 255 or 59.39% from 229); Blue value is 68 (26.95% from 255 or 29.69% from 229); Max value from RGB is 136 - color contains mainly: green. Hex color #198844 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198844 is #E677BB. Grayscale: #5F5F5F. Windows color (decimal): -15103932 or 4491289. OLE color: 4491289.

HSL color Cylindrical-coordinate representation of color #198844: hue angle of 143.24º 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 #198844 is Cyan = 0.82, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB2513668-
CMYK0.8200.500.47
HSL143.24º68.94%31.57%-
HSV(B)143.24º81.62%53.33%-
XYZ10.2518.238.45-
YUV95.06112.7378.03-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.92%
GREEN value IS 136 (53.52% from 255) = 59.39%
BLUE value IS 68 (26.95% from 255) = 29.69%
R=10.92%
G=59.39%
B=29.69%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal25136680.8200.500.47143.2468.9431.57
Hex198844520322F8f4520
Octal312101041220625721710540
Binary1100110001000100010010100100110010101111100011111000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198844; }

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

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

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

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

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

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

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

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