Html Css Color HEX #197252 Salem

📋 copy color: '#197252'

red 25 ◦ green 114 ◦ blue 82

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

Shades of Salem #197252

Tints of Salem #197252

RGB

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

 GREEN value IS 114 (44.92% from 255) = 51.58%

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

R = 11.31%
G = 51.58%
B = 37.1%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#197252 (or 0x197252) is known color: Salem. HEX triplet: 19, 72 and 52. RGB value is (25,114,82). Sum of RGB (Red+Green+Blue) = 25+114+82=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 114 (44.92% from 255 or 51.58% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 114 - color contains mainly: green. Hex color #197252 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197252 is #E68DAD. Grayscale: #535353. Windows color (decimal): -15109550 or 5403161. OLE color: 5403161.

HSL color Cylindrical-coordinate representation of color #197252: hue angle of 158.43º 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 #197252 is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 114 82 -
CMYK 0.78 0 0.28 0.55
HSL 158.43º 0.64% 0.27% -
HSV(B) 158.43º 0.78% 0.45% -
XYZ 7.94 12.85 10.04 -
YUV 83.74 127.01 86.1 -
System Red Green Blue C M Y K H S L
Decimal 25 114 82 0.78 0 0.28 0.55 158.43 0.64 0.27
Hex 19 72 52 4E 0 1C 37 9E 40 1B
Octal 31 162 122 116 0 34 67 236 100 33
Binary 11001 1110010 1010010 1001110 0 11100 110111 10011110 1000000 11011

Color Harmonies of #197252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197252

Black with #197252

Text Example


Text Example

White with #197252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197252; }

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

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

background-color css

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

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

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

border-color css

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

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

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