#198A3C

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

Shades of Salem #198A3C

Tints of Salem #198A3C

Color information

#198A3C (or 0x198A3C) is unknown color: approx Salem. HEX triplet: 19, 8A and 3C. RGB value is (25,138,60). Sum of RGB (Red+Green+Blue) = 25+138+60=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 138 (54.30% from 255 or 61.88% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 138 - color contains mainly: green. Hex color #198A3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198A3C is #E675C3. Grayscale: #5F5F5F. Windows color (decimal): -15103428 or 3967513. OLE color: 3967513.

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

Color convert

RGB2513860-
CMYK0.8200.570.46
HSL138.58º69.33%31.96%-
HSV(B)138.58º81.88%54.12%-
XYZ10.318.717.34-
YUV95.32108.0677.84-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.21%
GREEN value IS 138 (54.30% from 255) = 61.88%
BLUE value IS 60 (23.83% from 255) = 26.91%
R=11.21%
G=61.88%
B=26.91%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal25138600.8200.570.46138.5869.3331.96
Hex198A3C520392E8b4520
Octal31212741220715621310540
Binary110011000101011110010100100111001101110100010111000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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