#197B47

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

Shades of Salem #197B47

Tints of Salem #197B47

Color information

#197B47 (or 0x197B47) is unknown color: approx Salem. HEX triplet: 19, 7B and 47. RGB value is (25,123,71). Sum of RGB (Red+Green+Blue) = 25+123+71=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 123 (48.44% from 255 or 56.16% from 219); Blue value is 71 (28.12% from 255 or 32.42% from 219); Max value from RGB is 123 - color contains mainly: green. Hex color #197B47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197B47 is #E684B8. Grayscale: #575757. Windows color (decimal): -15107257 or 4684569. OLE color: 4684569.

HSL color Cylindrical-coordinate representation of color #197B47: hue angle of 148.16º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197B47 is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.52.

Color convert

RGB2512371-
CMYK0.8000.420.52
HSL148.16º66.22%29.02%-
HSV(B)148.16º79.67%48.24%-
XYZ8.6214.838.37-
YUV87.77118.5383.23-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.42%
GREEN value IS 123 (48.44% from 255) = 56.16%
BLUE value IS 71 (28.12% from 255) = 32.42%
R=11.42%
G=56.16%
B=32.42%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal25123710.8000.420.52148.1666.2229.02
Hex197B475002A3494421d
Octal311731071200526422410235
Binary11001111101110001111010000010101011010010010100100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197B47; }

 p { color: rgb(25,123,71); }

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

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

 a { background-color: rgb(25,123,71); }

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

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

 span { border-color: rgb(25,123,71); }

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