#198050

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

Shades of Salem #198050

Tints of Salem #198050

Color information

#198050 (or 0x198050) is unknown color: approx Salem. HEX triplet: 19, 80 and 50. RGB value is (25,128,80). Sum of RGB (Red+Green+Blue) = 25+128+80=233 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.73% from 233); Green value is 128 (50.39% from 255 or 54.94% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 128 - color contains mainly: green. Hex color #198050 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198050 is #E67FAF. Grayscale: #5B5B5B. Windows color (decimal): -15105968 or 5275673. OLE color: 5275673.

HSL color Cylindrical-coordinate representation of color #198050: hue angle of 152.04º 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 #198050 is Cyan = 0.80, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB2512880-
CMYK0.8000.380.50
HSL152.04º67.32%30%-
HSV(B)152.04º80.47%50.2%-
XYZ9.5716.2210.22-
YUV91.73121.3880.4-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.73%
GREEN value IS 128 (50.39% from 255) = 54.94%
BLUE value IS 80 (31.64% from 255) = 34.33%
R=10.73%
G=54.94%
B=34.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal25128800.8000.380.50152.0467.3230
Hex198050500263298431e
Octal312001201200466223010336
Binary110011000000010100001010000010011011001010011000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198050; }

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

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

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

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

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

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

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

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