Html Css Color HEX #198D54 Salem

📋 copy color: '#198D54'

red 25 ◦ green 141 ◦ blue 84

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

Shades of Salem #198D54

Tints of Salem #198D54

RGB

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

 GREEN value IS 141 (55.47% from 255) = 56.4%

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

R = 10%
G = 56.4%
B = 33.6%

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

#198D54 (or 0x198D54) is known color: Salem. HEX triplet: 19, 8D and 54. RGB value is (25,141,84). Sum of RGB (Red+Green+Blue) = 25+141+84=250 (33% of max value = 765). Red value is 25 (10.16% from 255 or 10% from 250); Green value is 141 (55.47% from 255 or 56.4% from 250); Blue value is 84 (33.20% from 255 or 33.6% from 250); Max value from RGB is 141 - color contains mainly: green. Hex color #198D54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198D54 is #E672AB. Grayscale: #636363. Windows color (decimal): -15102636 or 5541145. OLE color: 5541145.

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

Color convert

RGB 25 141 84 -
CMYK 0.82 0 0.40 0.45
HSL 150.52º 0.7% 0.33% -
HSV(B) 150.52º 0.82% 0.55% -
XYZ 11.53 19.9 11.62 -
YUV 99.82 119.07 74.63 -
System Red Green Blue C M Y K H S L
Decimal 25 141 84 0.82 0 0.40 0.45 150.52 0.7 0.33
Hex 19 8D 54 52 0 28 2D 97 46 21
Octal 31 215 124 122 0 50 55 227 106 41
Binary 11001 10001101 1010100 1010010 0 101000 101101 10010111 1000110 100001

Color Harmonies of #198D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198D54

Black with #198D54

Text Example


Text Example

White with #198D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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