#198A44

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

Shades of Salem #198A44

Tints of Salem #198A44

Color information

#198A44 (or 0x198A44) is unknown color: approx Salem. HEX triplet: 19, 8A and 44. RGB value is (25,138,68). Sum of RGB (Red+Green+Blue) = 25+138+68=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 138 (54.30% from 255 or 59.74% from 231); Blue value is 68 (26.95% from 255 or 29.44% from 231); Max value from RGB is 138 - color contains mainly: green. Hex color #198A44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198A44 is #E675BB. Grayscale: #606060. Windows color (decimal): -15103420 or 4491801. OLE color: 4491801.

HSL color Cylindrical-coordinate representation of color #198A44: hue angle of 142.83º 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 #198A44 is Cyan = 0.82, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.46.

Color convert

RGB2513868-
CMYK0.8200.510.46
HSL142.83º69.33%31.96%-
HSV(B)142.83º81.88%54.12%-
XYZ10.5318.88.54-
YUV96.23112.0677.19-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.82%
GREEN value IS 138 (54.30% from 255) = 59.74%
BLUE value IS 68 (26.95% from 255) = 29.44%
R=10.82%
G=59.74%
B=29.44%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal25138680.8200.510.46142.8369.3331.96
Hex198A44520332E8f4520
Octal312121041220635621710540
Binary1100110001010100010010100100110011101110100011111000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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