Html Css Color HEX #197952 Salem

📋 copy color: '#197952'

red 25 ◦ green 121 ◦ blue 82

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

Shades of Salem #197952

Tints of Salem #197952

RGB

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

 GREEN value IS 121 (47.66% from 255) = 53.07%

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

R = 10.96%
G = 53.07%
B = 35.96%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#197952 (or 0x197952) is known color: Salem. HEX triplet: 19, 79 and 52. RGB value is (25,121,82). Sum of RGB (Red+Green+Blue) = 25+121+82=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 121 (47.66% from 255 or 53.07% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 121 - color contains mainly: green. Hex color #197952 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197952 is #E686AD. Grayscale: #575757. Windows color (decimal): -15107758 or 5404953. OLE color: 5404953.

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

Color convert

RGB 25 121 82 -
CMYK 0.79 0 0.32 0.53
HSL 155.63º 0.66% 0.29% -
HSV(B) 155.63º 0.79% 0.47% -
XYZ 8.76 14.49 10.32 -
YUV 87.85 124.7 83.17 -
System Red Green Blue C M Y K H S L
Decimal 25 121 82 0.79 0 0.32 0.53 155.63 0.66 0.29
Hex 19 79 52 4F 0 20 35 9C 42 1D
Octal 31 171 122 117 0 40 65 234 102 35
Binary 11001 1111001 1010010 1001111 0 100000 110101 10011100 1000010 11101

Color Harmonies of #197952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197952

Black with #197952

Text Example


Text Example

White with #197952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197952; }

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

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

background-color css

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

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

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

border-color css

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

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

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