Html Css Color HEX #198058 Salem

📋 copy color: '#198058'

red 25 ◦ green 128 ◦ blue 88

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

Shades of Salem #198058

Tints of Salem #198058

RGB

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

 GREEN value IS 128 (50.39% from 255) = 53.11%

 BLUE value IS 88 (34.77% from 255) = 36.51%

R = 10.37%
G = 53.11%
B = 36.51%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.31

 K value IS 0.50

RGB Variations

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

Color information

#198058 (or 0x198058) is known color: Salem. HEX triplet: 19, 80 and 58. RGB value is (25,128,88). Sum of RGB (Red+Green+Blue) = 25+128+88=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 128 (50.39% from 255 or 53.11% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 128 - color contains mainly: green. Hex color #198058 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198058 is #E67FA7. Grayscale: #5C5C5C. Windows color (decimal): -15105960 or 5799961. OLE color: 5799961.

HSL color Cylindrical-coordinate representation of color #198058: hue angle of 156.7º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #198058 is Cyan = 0.80, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB 25 128 88 -
CMYK 0.80 0 0.31 0.50
HSL 156.7º 0.67% 0.3% -
HSV(B) 156.7º 0.8% 0.5% -
XYZ 9.88 16.35 11.87 -
YUV 92.64 125.38 79.75 -
System Red Green Blue C M Y K H S L
Decimal 25 128 88 0.80 0 0.31 0.50 156.7 0.67 0.3
Hex 19 80 58 50 0 1F 32 9D 43 1E
Octal 31 200 130 120 0 37 62 235 103 36
Binary 11001 10000000 1011000 1010000 0 11111 110010 10011101 1000011 11110

Color Harmonies of #198058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198058

Black with #198058

Text Example


Text Example

White with #198058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198058; }

 p { color: rgb(25,128,88); }

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

background-color css

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

 a { background-color: rgb(25,128,88); }

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

border-color css

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

 span { border-color: rgb(25,128,88); }

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