Html Css Color HEX #198256 Salem

📋 copy color: '#198256'

red 25 ◦ green 130 ◦ blue 86

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

Shades of Salem #198256

Tints of Salem #198256

RGB

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

 GREEN value IS 130 (51.17% from 255) = 53.94%

 BLUE value IS 86 (33.98% from 255) = 35.68%

R = 10.37%
G = 53.94%
B = 35.68%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#198256 (or 0x198256) is known color: Salem. HEX triplet: 19, 82 and 56. RGB value is (25,130,86). Sum of RGB (Red+Green+Blue) = 25+130+86=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 130 (51.17% from 255 or 53.94% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 130 - color contains mainly: green. Hex color #198256 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198256 is #E67DA9. Grayscale: #5D5D5D. Windows color (decimal): -15105450 or 5669401. OLE color: 5669401.

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

Color convert

RGB 25 130 86 -
CMYK 0.81 0 0.34 0.49
HSL 154.86º 0.68% 0.3% -
HSV(B) 154.86º 0.81% 0.51% -
XYZ 10.06 16.84 11.52 -
YUV 93.59 123.71 79.08 -
System Red Green Blue C M Y K H S L
Decimal 25 130 86 0.81 0 0.34 0.49 154.86 0.68 0.3
Hex 19 82 56 51 0 22 31 9B 44 1E
Octal 31 202 126 121 0 42 61 233 104 36
Binary 11001 10000010 1010110 1010001 0 100010 110001 10011011 1000100 11110

Color Harmonies of #198256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198256

Black with #198256

Text Example


Text Example

White with #198256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198256; }

 p { color: rgb(25,130,86); }

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

background-color css

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

 a { background-color: rgb(25,130,86); }

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

border-color css

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

 span { border-color: rgb(25,130,86); }

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