#198252

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

Shades of Salem #198252

Tints of Salem #198252

Color information

#198252 (or 0x198252) is unknown color: approx Salem. HEX triplet: 19, 82 and 52. RGB value is (25,130,82). Sum of RGB (Red+Green+Blue) = 25+130+82=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 130 (51.17% from 255 or 54.85% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 130 - color contains mainly: green. Hex color #198252 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198252 is #E67DAD. Grayscale: #5D5D5D. Windows color (decimal): -15105454 or 5407257. OLE color: 5407257.

HSL color Cylindrical-coordinate representation of color #198252: hue angle of 152.57º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198252 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB2513082-
CMYK0.8100.370.49
HSL152.57º67.74%30.39%-
HSV(B)152.57º80.77%50.98%-
XYZ9.9116.7810.7-
YUV93.13121.7179.4-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.55%
GREEN value IS 130 (51.17% from 255) = 54.85%
BLUE value IS 82 (32.42% from 255) = 34.60%
R=10.55%
G=54.85%
B=34.60%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal25130820.8100.370.49152.5767.7430.39
Hex198252510253199441e
Octal312021221210456123110436
Binary110011000001010100101010001010010111000110011001100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198252; }

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

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

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

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

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

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

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

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