Html Css Color HEX #198F48 Salem

📋 copy color: '#198F48'

red 25 ◦ green 143 ◦ blue 72

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

Shades of Salem #198F48

Tints of Salem #198F48

RGB

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

 GREEN value IS 143 (56.25% from 255) = 59.58%

 BLUE value IS 72 (28.52% from 255) = 30%

R = 10.42%
G = 59.58%
B = 30%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.50

 K value IS 0.44

RGB Variations

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

Color information

#198F48 (or 0x198F48) is known color: Salem. HEX triplet: 19, 8F and 48. RGB value is (25,143,72). Sum of RGB (Red+Green+Blue) = 25+143+72=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 143 (56.25% from 255 or 59.58% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 143 - color contains mainly: green. Hex color #198F48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198F48 is #E670B7. Grayscale: #636363. Windows color (decimal): -15102136 or 4755225. OLE color: 4755225.

HSL color Cylindrical-coordinate representation of color #198F48: hue angle of 143.9º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #198F48 is Cyan = 0.83, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 143 72 -
CMYK 0.83 0 0.50 0.44
HSL 143.9º 0.7% 0.33% -
HSV(B) 143.9º 0.83% 0.56% -
XYZ 11.39 20.32 9.45 -
YUV 99.62 112.41 74.77 -
System Red Green Blue C M Y K H S L
Decimal 25 143 72 0.83 0 0.50 0.44 143.9 0.7 0.33
Hex 19 8F 48 53 0 32 2C 90 46 21
Octal 31 217 110 123 0 62 54 220 106 41
Binary 11001 10001111 1001000 1010011 0 110010 101100 10010000 1000110 100001

Color Harmonies of #198F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198F48

Black with #198F48

Text Example


Text Example

White with #198F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,143,72); }

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

background-color css

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

 a { background-color: rgb(25,143,72); }

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

border-color css

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

 span { border-color: rgb(25,143,72); }

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