#197652

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

Shades of Salem #197652

Tints of Salem #197652

Color information

#197652 (or 0x197652) is unknown color: approx Salem. HEX triplet: 19, 76 and 52. RGB value is (25,118,82). Sum of RGB (Red+Green+Blue) = 25+118+82=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 118 (46.48% from 255 or 52.44% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 118 - color contains mainly: green. Hex color #197652 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197652 is #E689AD. Grayscale: #565656. Windows color (decimal): -15108526 or 5404185. OLE color: 5404185.

HSL color Cylindrical-coordinate representation of color #197652: hue angle of 156.77º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197652 is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB2511882-
CMYK0.7900.310.54
HSL156.77º65.03%28.04%-
HSV(B)156.77º78.81%46.27%-
XYZ8.413.7710.2-
YUV86.09125.6984.43-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.11%
GREEN value IS 118 (46.48% from 255) = 52.44%
BLUE value IS 82 (32.42% from 255) = 36.44%
R=11.11%
G=52.44%
B=36.44%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25118820.7900.310.54156.7765.0328.04
Hex1976524F01F369d411c
Octal311661221170376623510134
Binary1100111101101010010100111101111111011010011101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197652; }

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

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

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

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

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

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

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

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