Html Css Color HEX #197B54 Salem

📋 copy color: '#197B54'

red 25 ◦ green 123 ◦ blue 84

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

Shades of Salem #197B54

Tints of Salem #197B54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 36.21%

R = 10.78%
G = 53.02%
B = 36.21%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.32

 K value IS 0.52

RGB Variations

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

Color information

#197B54 (or 0x197B54) is known color: Salem. HEX triplet: 19, 7B and 54. RGB value is (25,123,84). Sum of RGB (Red+Green+Blue) = 25+123+84=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 123 (48.44% from 255 or 53.02% from 232); Blue value is 84 (33.20% from 255 or 36.21% from 232); Max value from RGB is 123 - color contains mainly: green. Hex color #197B54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197B54 is #E684AB. Grayscale: #595959. Windows color (decimal): -15107244 or 5536537. OLE color: 5536537.

HSL color Cylindrical-coordinate representation of color #197B54: hue angle of 156.12º 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 #197B54 is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.

Color convert

RGB 25 123 84 -
CMYK 0.80 0 0.32 0.52
HSL 156.12º 0.66% 0.29% -
HSV(B) 156.12º 0.8% 0.48% -
XYZ 9.08 15.01 10.81 -
YUV 89.25 125.03 82.17 -
System Red Green Blue C M Y K H S L
Decimal 25 123 84 0.80 0 0.32 0.52 156.12 0.66 0.29
Hex 19 7B 54 50 0 20 34 9C 42 1D
Octal 31 173 124 120 0 40 64 234 102 35
Binary 11001 1111011 1010100 1010000 0 100000 110100 10011100 1000010 11101

Color Harmonies of #197B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197B54

Black with #197B54

Text Example


Text Example

White with #197B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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