Html Css Color HEX #198546 Salem

📋 copy color: '#198546'

red 25 ◦ green 133 ◦ blue 70

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

Shades of Salem #198546

Tints of Salem #198546

RGB

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

 GREEN value IS 133 (52.34% from 255) = 58.33%

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

R = 10.96%
G = 58.33%
B = 30.7%

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

#198546 (or 0x198546) is known color: Salem. HEX triplet: 19, 85 and 46. RGB value is (25,133,70). Sum of RGB (Red+Green+Blue) = 25+133+70=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 133 (52.34% from 255 or 58.33% from 228); Blue value is 70 (27.73% from 255 or 30.70% from 228); Max value from RGB is 133 - color contains mainly: green. Hex color #198546 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198546 is #E67AB9. Grayscale: #5D5D5D. Windows color (decimal): -15104698 or 4621593. OLE color: 4621593.

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

Color convert

RGB 25 133 70 -
CMYK 0.81 0 0.47 0.48
HSL 145º 0.68% 0.31% -
HSV(B) 145º 0.81% 0.52% -
XYZ 9.89 17.42 8.64 -
YUV 93.53 114.72 79.12 -
System Red Green Blue C M Y K H S L
Decimal 25 133 70 0.81 0 0.47 0.48 145 0.68 0.31
Hex 19 85 46 51 0 2F 30 91 44 1F
Octal 31 205 106 121 0 57 60 221 104 37
Binary 11001 10000101 1000110 1010001 0 101111 110000 10010001 1000100 11111

Color Harmonies of #198546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198546

Black with #198546

Text Example


Text Example

White with #198546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198546; }

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

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

background-color css

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

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

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

border-color css

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

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

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