Html Css Color HEX #198B54 Salem

📋 copy color: '#198B54'

red 25 ◦ green 139 ◦ blue 84

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

Shades of Salem #198B54

Tints of Salem #198B54

RGB

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

 GREEN value IS 139 (54.69% from 255) = 56.05%

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

R = 10.08%
G = 56.05%
B = 33.87%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#198B54 (or 0x198B54) is known color: Salem. HEX triplet: 19, 8B and 54. RGB value is (25,139,84). Sum of RGB (Red+Green+Blue) = 25+139+84=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 139 (54.69% from 255 or 56.05% from 248); Blue value is 84 (33.20% from 255 or 33.87% from 248); Max value from RGB is 139 - color contains mainly: green. Hex color #198B54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198B54 is #E674AB. Grayscale: #626262. Windows color (decimal): -15103148 or 5540633. OLE color: 5540633.

HSL color Cylindrical-coordinate representation of color #198B54: hue angle of 151.05º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198B54 is Cyan = 0.82, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 139 84 -
CMYK 0.82 0 0.40 0.45
HSL 151.05º 0.7% 0.32% -
HSV(B) 151.05º 0.82% 0.55% -
XYZ 11.23 19.31 11.52 -
YUV 98.64 119.73 75.47 -
System Red Green Blue C M Y K H S L
Decimal 25 139 84 0.82 0 0.40 0.45 151.05 0.7 0.32
Hex 19 8B 54 52 0 28 2D 97 46 20
Octal 31 213 124 122 0 50 55 227 106 40
Binary 11001 10001011 1010100 1010010 0 101000 101101 10010111 1000110 100000

Color Harmonies of #198B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198B54

Black with #198B54

Text Example


Text Example

White with #198B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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