#198752

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

Shades of Salem #198752

Tints of Salem #198752

Color information

#198752 (or 0x198752) is unknown color: approx Salem. HEX triplet: 19, 87 and 52. RGB value is (25,135,82). Sum of RGB (Red+Green+Blue) = 25+135+82=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 135 (53.12% from 255 or 55.79% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 135 - color contains mainly: green. Hex color #198752 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198752 is #E678AD. Grayscale: #606060. Windows color (decimal): -15104174 or 5408537. OLE color: 5408537.

HSL color Cylindrical-coordinate representation of color #198752: hue angle of 151.09º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198752 is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB2513582-
CMYK0.8100.390.47
HSL151.09º68.75%31.37%-
HSV(B)151.09º81.48%52.94%-
XYZ10.5918.1410.93-
YUV96.07120.0677.31-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.33%
GREEN value IS 135 (53.12% from 255) = 55.79%
BLUE value IS 82 (32.42% from 255) = 33.88%
R=10.33%
G=55.79%
B=33.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal25135820.8100.390.47151.0968.7531.37
Hex198752510272F97451f
Octal312071221210475722710537
Binary110011000011110100101010001010011110111110010111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198752; }

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

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

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

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

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

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

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

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