#198B52

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

Shades of Salem #198B52

Tints of Salem #198B52

Color information

#198B52 (or 0x198B52) is unknown color: approx Salem. HEX triplet: 19, 8B and 52. RGB value is (25,139,82). Sum of RGB (Red+Green+Blue) = 25+139+82=246 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.16% from 246); Green value is 139 (54.69% from 255 or 56.50% from 246); Blue value is 82 (32.42% from 255 or 33.33% from 246); Max value from RGB is 139 - color contains mainly: green. Hex color #198B52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198B52 is #E674AD. Grayscale: #626262. Windows color (decimal): -15103150 or 5409561. OLE color: 5409561.

HSL color Cylindrical-coordinate representation of color #198B52: hue angle of 150º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198B52 is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.

Color convert

RGB2513982-
CMYK0.8200.410.45
HSL150º69.51%32.16%-
HSV(B)150º82.01%54.51%-
XYZ11.1619.2811.12-
YUV98.42118.7375.63-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.16%
GREEN value IS 139 (54.69% from 255) = 56.50%
BLUE value IS 82 (32.42% from 255) = 33.33%
R=10.16%
G=56.50%
B=33.33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal25139820.8200.410.4515069.5132.16
Hex198B52520292D964620
Octal312131221220515522610640
Binary1100110001011101001010100100101001101101100101101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,139,82); }

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

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

 a { background-color: rgb(25,139,82); }

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

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

 span { border-color: rgb(25,139,82); }

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