Html Css Color HEX #198148 Salem

📋 copy color: '#198148'

red 25 ◦ green 129 ◦ blue 72

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

Shades of Salem #198148

Tints of Salem #198148

RGB

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

 GREEN value IS 129 (50.78% from 255) = 57.08%

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

R = 11.06%
G = 57.08%
B = 31.86%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#198148 (or 0x198148) is known color: Salem. HEX triplet: 19, 81 and 48. RGB value is (25,129,72). Sum of RGB (Red+Green+Blue) = 25+129+72=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 129 (50.78% from 255 or 57.08% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 129 - color contains mainly: green. Hex color #198148 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198148 is #E67EB7. Grayscale: #5B5B5B. Windows color (decimal): -15105720 or 4751641. OLE color: 4751641.

HSL color Cylindrical-coordinate representation of color #198148: hue angle of 147.12º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198148 is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 25 129 72 -
CMYK 0.81 0 0.44 0.49
HSL 147.12º 0.68% 0.3% -
HSV(B) 147.12º 0.81% 0.51% -
XYZ 9.42 16.38 8.8 -
YUV 91.41 117.04 80.63 -
System Red Green Blue C M Y K H S L
Decimal 25 129 72 0.81 0 0.44 0.49 147.12 0.68 0.3
Hex 19 81 48 51 0 2C 31 93 44 1E
Octal 31 201 110 121 0 54 61 223 104 36
Binary 11001 10000001 1001000 1010001 0 101100 110001 10010011 1000100 11110

Color Harmonies of #198148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198148

Black with #198148

Text Example


Text Example

White with #198148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198148; }

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

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

background-color css

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

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

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

border-color css

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

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

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