#198055

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

Shades of Salem #198055

Tints of Salem #198055

Color information

#198055 (or 0x198055) is unknown color: approx Salem. HEX triplet: 19, 80 and 55. RGB value is (25,128,85). Sum of RGB (Red+Green+Blue) = 25+128+85=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 128 (50.39% from 255 or 53.78% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 128 - color contains mainly: green. Hex color #198055 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198055 is #E67FAA. Grayscale: #5C5C5C. Windows color (decimal): -15105963 or 5603353. OLE color: 5603353.

HSL color Cylindrical-coordinate representation of color #198055: hue angle of 154.95º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #198055 is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB2512885-
CMYK0.8000.340.50
HSL154.95º67.32%30%-
HSV(B)154.95º80.47%50.2%-
XYZ9.7616.311.23-
YUV92.3123.8880-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.50%
GREEN value IS 128 (50.39% from 255) = 53.78%
BLUE value IS 85 (33.59% from 255) = 35.71%
R=10.50%
G=53.78%
B=35.71%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal25128850.8000.340.50154.9567.3230
Hex19805550022329b431e
Octal312001251200426223310336
Binary110011000000010101011010000010001011001010011011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198055; }

 p { color: rgb(25,128,85); }

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

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

 a { background-color: rgb(25,128,85); }

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

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

 span { border-color: rgb(25,128,85); }

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