Html Css Color HEX #197B4A Salem

📋 copy color: '#197B4A'

red 25 ◦ green 123 ◦ blue 74

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

Shades of Salem #197B4A

Tints of Salem #197B4A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 55.41%

 BLUE value IS 74 (29.3% from 255) = 33.33%

R = 11.26%
G = 55.41%
B = 33.33%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.40

 K value IS 0.52

RGB Variations

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

Color information

#197B4A (or 0x197B4A) is known color: Salem. HEX triplet: 19, 7B and 4A. RGB value is (25,123,74). Sum of RGB (Red+Green+Blue) = 25+123+74=222 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.26% from 222); Green value is 123 (48.44% from 255 or 55.41% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 123 - color contains mainly: green. Hex color #197B4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197B4A is #E684B5. Grayscale: #585858. Windows color (decimal): -15107254 or 4881177. OLE color: 4881177.

HSL color Cylindrical-coordinate representation of color #197B4A: hue angle of 150º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197B4A is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.

Color convert

RGB 25 123 74 -
CMYK 0.80 0 0.40 0.52
HSL 150º 0.66% 0.29% -
HSV(B) 150º 0.8% 0.48% -
XYZ 8.72 14.87 8.89 -
YUV 88.11 120.03 82.98 -
System Red Green Blue C M Y K H S L
Decimal 25 123 74 0.80 0 0.40 0.52 150 0.66 0.29
Hex 19 7B 4A 50 0 28 34 96 42 1D
Octal 31 173 112 120 0 50 64 226 102 35
Binary 11001 1111011 1001010 1010000 0 101000 110100 10010110 1000010 11101

Color Harmonies of #197B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197B4A

Black with #197B4A

Text Example


Text Example

White with #197B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197B4A; }

 p { color: rgb(25,123,74); }

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

background-color css

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

 a { background-color: rgb(25,123,74); }

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

border-color css

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

 span { border-color: rgb(25,123,74); }

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