#197256

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

Shades of Salem #197256

Tints of Salem #197256

Color information

#197256 (or 0x197256) is unknown color: approx Salem. HEX triplet: 19, 72 and 56. RGB value is (25,114,86). Sum of RGB (Red+Green+Blue) = 25+114+86=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 114 (44.92% from 255 or 50.67% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 114 - color contains mainly: green. Hex color #197256 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197256 is #E68DA9. Grayscale: #545454. Windows color (decimal): -15109546 or 5665305. OLE color: 5665305.

HSL color Cylindrical-coordinate representation of color #197256: hue angle of 161.12º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197256 is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB2511486-
CMYK0.7800.250.55
HSL161.12º64.03%27.25%-
HSV(B)161.12º78.07%44.71%-
XYZ8.112.9110.87-
YUV84.2129.0185.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.11%
GREEN value IS 114 (44.92% from 255) = 50.67%
BLUE value IS 86 (33.98% from 255) = 38.22%
R=11.11%
G=50.67%
B=38.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25114860.7800.250.55161.1264.0327.25
Hex1972564E01937a1401b
Octal311621261160316724110033
Binary1100111100101010110100111001100111011110100001100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197256; }

 p { color: rgb(25,114,86); }

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

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

 a { background-color: rgb(25,114,86); }

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

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

 span { border-color: rgb(25,114,86); }

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