Html Css Color HEX #198441 Salem

📋 copy color: '#198441'

red 25 ◦ green 132 ◦ blue 65

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

Shades of Salem #198441

Tints of Salem #198441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 29.28%

R = 11.26%
G = 59.46%
B = 29.28%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#198441 (or 0x198441) is known color: Salem. HEX triplet: 19, 84 and 41. RGB value is (25,132,65). Sum of RGB (Red+Green+Blue) = 25+132+65=222 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.26% from 222); Green value is 132 (51.95% from 255 or 59.46% from 222); Blue value is 65 (25.78% from 255 or 29.28% from 222); Max value from RGB is 132 - color contains mainly: green. Hex color #198441 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198441 is #E67BBE. Grayscale: #5C5C5C. Windows color (decimal): -15104959 or 4293657. OLE color: 4293657.

HSL color Cylindrical-coordinate representation of color #198441: hue angle of 142.43º 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 #198441 is Cyan = 0.81, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB 25 132 65 -
CMYK 0.81 0 0.51 0.48
HSL 142.43º 0.68% 0.31% -
HSV(B) 142.43º 0.81% 0.52% -
XYZ 9.61 17.09 7.79 -
YUV 92.37 112.55 79.95 -
System Red Green Blue C M Y K H S L
Decimal 25 132 65 0.81 0 0.51 0.48 142.43 0.68 0.31
Hex 19 84 41 51 0 33 30 8E 44 1F
Octal 31 204 101 121 0 63 60 216 104 37
Binary 11001 10000100 1000001 1010001 0 110011 110000 10001110 1000100 11111

Color Harmonies of #198441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198441

Black with #198441

Text Example


Text Example

White with #198441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198441; }

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

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

background-color css

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

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

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

border-color css

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

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

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