Html Css Color HEX #198446 Salem

📋 copy color: '#198446'

red 25 ◦ green 132 ◦ blue 70

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

Shades of Salem #198446

Tints of Salem #198446

RGB

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

 GREEN value IS 132 (51.95% from 255) = 58.15%

 BLUE value IS 70 (27.73% from 255) = 30.84%

R = 11.01%
G = 58.15%
B = 30.84%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#198446 (or 0x198446) is known color: Salem. HEX triplet: 19, 84 and 46. RGB value is (25,132,70). Sum of RGB (Red+Green+Blue) = 25+132+70=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 132 (51.95% from 255 or 58.15% from 227); Blue value is 70 (27.73% from 255 or 30.84% from 227); Max value from RGB is 132 - color contains mainly: green. Hex color #198446 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198446 is #E67BB9. Grayscale: #5D5D5D. Windows color (decimal): -15104954 or 4621337. OLE color: 4621337.

HSL color Cylindrical-coordinate representation of color #198446: hue angle of 145.23º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198446 is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB 25 132 70 -
CMYK 0.81 0 0.47 0.48
HSL 145.23º 0.68% 0.31% -
HSV(B) 145.23º 0.81% 0.52% -
XYZ 9.76 17.15 8.59 -
YUV 92.94 115.05 79.54 -
System Red Green Blue C M Y K H S L
Decimal 25 132 70 0.81 0 0.47 0.48 145.23 0.68 0.31
Hex 19 84 46 51 0 2F 30 91 44 1F
Octal 31 204 106 121 0 57 60 221 104 37
Binary 11001 10000100 1000110 1010001 0 101111 110000 10010001 1000100 11111

Color Harmonies of #198446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198446

Black with #198446

Text Example


Text Example

White with #198446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198446; }

 p { color: rgb(25,132,70); }

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

background-color css

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

 a { background-color: rgb(25,132,70); }

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

border-color css

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

 span { border-color: rgb(25,132,70); }

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