Html Css Color HEX #197752 Salem

📋 copy color: '#197752'

red 25 ◦ green 119 ◦ blue 82

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

Shades of Salem #197752

Tints of Salem #197752

RGB

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

 GREEN value IS 119 (46.88% from 255) = 52.65%

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

R = 11.06%
G = 52.65%
B = 36.28%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#197752 (or 0x197752) is known color: Salem. HEX triplet: 19, 77 and 52. RGB value is (25,119,82). Sum of RGB (Red+Green+Blue) = 25+119+82=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 119 (46.88% from 255 or 52.65% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 119 - color contains mainly: green. Hex color #197752 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197752 is #E688AD. Grayscale: #565656. Windows color (decimal): -15108270 or 5404441. OLE color: 5404441.

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

Color convert

RGB 25 119 82 -
CMYK 0.79 0 0.31 0.53
HSL 156.38º 0.65% 0.28% -
HSV(B) 156.38º 0.79% 0.47% -
XYZ 8.52 14.01 10.24 -
YUV 86.68 125.36 84.01 -
System Red Green Blue C M Y K H S L
Decimal 25 119 82 0.79 0 0.31 0.53 156.38 0.65 0.28
Hex 19 77 52 4F 0 1F 35 9C 41 1C
Octal 31 167 122 117 0 37 65 234 101 34
Binary 11001 1110111 1010010 1001111 0 11111 110101 10011100 1000001 11100

Color Harmonies of #197752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197752

Black with #197752

Text Example


Text Example

White with #197752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197752; }

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

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

background-color css

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

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

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

border-color css

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

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

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