Html Css Color HEX #197552 Salem

📋 copy color: '#197552'

red 25 ◦ green 117 ◦ blue 82

#197552
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #197552

Tints of Salem #197552

RGB

 RED value IS 25 (10.16% from 255) = 11.16%

 GREEN value IS 117 (46.09% from 255) = 52.23%

 BLUE value IS 82 (32.42% from 255) = 36.61%

R = 11.16%
G = 52.23%
B = 36.61%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#197552 (or 0x197552) is known color: Salem. HEX triplet: 19, 75 and 52. RGB value is (25,117,82). Sum of RGB (Red+Green+Blue) = 25+117+82=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 117 (46.09% from 255 or 52.23% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 117 - color contains mainly: green. Hex color #197552 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197552 is #E68AAD. Grayscale: #555555. Windows color (decimal): -15108782 or 5403929. OLE color: 5403929.

HSL color Cylindrical-coordinate representation of color #197552: hue angle of 157.17º 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 #197552 is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB 25 117 82 -
CMYK 0.79 0 0.30 0.54
HSL 157.17º 0.65% 0.28% -
HSV(B) 157.17º 0.79% 0.46% -
XYZ 8.29 13.54 10.16 -
YUV 85.5 126.02 84.85 -
System Red Green Blue C M Y K H S L
Decimal 25 117 82 0.79 0 0.30 0.54 157.17 0.65 0.28
Hex 19 75 52 4F 0 1E 36 9D 41 1C
Octal 31 165 122 117 0 36 66 235 101 34
Binary 11001 1110101 1010010 1001111 0 11110 110110 10011101 1000001 11100

Color Harmonies of #197552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197552

Black with #197552

Text Example


Text Example

White with #197552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197552; }

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

 H1.HeaderClassName
 {
   color: #197552;
 }
 .AnyTagClassName
 {
   color: #197552;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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