#198A45

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

Shades of Salem #198A45

Tints of Salem #198A45

Color information

#198A45 (or 0x198A45) is unknown color: approx Salem. HEX triplet: 19, 8A and 45. RGB value is (25,138,69). Sum of RGB (Red+Green+Blue) = 25+138+69=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 138 (54.30% from 255 or 59.48% from 232); Blue value is 69 (27.34% from 255 or 29.74% from 232); Max value from RGB is 138 - color contains mainly: green. Hex color #198A45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198A45 is #E675BA. Grayscale: #606060. Windows color (decimal): -15103419 or 4557337. OLE color: 4557337.

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

Color convert

RGB2513869-
CMYK0.8200.50.46
HSL143.36º69.33%31.96%-
HSV(B)143.36º81.88%54.12%-
XYZ10.5618.818.7-
YUV96.35112.5677.11-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.78%
GREEN value IS 138 (54.30% from 255) = 59.48%
BLUE value IS 69 (27.34% from 255) = 29.74%
R=10.78%
G=59.48%
B=29.74%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal25138690.8200.50.46143.3669.3331.96
Hex198A45520322E8f4520
Octal312121051220625621710540
Binary1100110001010100010110100100110010101110100011111000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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