Html Css Color HEX #198650 Salem

📋 copy color: '#198650'

red 25 ◦ green 134 ◦ blue 80

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

Shades of Salem #198650

Tints of Salem #198650

RGB

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

 GREEN value IS 134 (52.73% from 255) = 56.07%

 BLUE value IS 80 (31.64% from 255) = 33.47%

R = 10.46%
G = 56.07%
B = 33.47%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#198650 (or 0x198650) is known color: Salem. HEX triplet: 19, 86 and 50. RGB value is (25,134,80). Sum of RGB (Red+Green+Blue) = 25+134+80=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 134 (52.73% from 255 or 56.07% from 239); Blue value is 80 (31.64% from 255 or 33.47% from 239); Max value from RGB is 134 - color contains mainly: green. Hex color #198650 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198650 is #E679AF. Grayscale: #5F5F5F. Windows color (decimal): -15104432 or 5277209. OLE color: 5277209.

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

Color convert

RGB 25 134 80 -
CMYK 0.81 0 0.40 0.47
HSL 150.28º 0.69% 0.31% -
HSV(B) 150.28º 0.81% 0.53% -
XYZ 10.37 17.84 10.49 -
YUV 95.25 119.39 77.89 -
System Red Green Blue C M Y K H S L
Decimal 25 134 80 0.81 0 0.40 0.47 150.28 0.69 0.31
Hex 19 86 50 51 0 28 2F 96 45 1F
Octal 31 206 120 121 0 50 57 226 105 37
Binary 11001 10000110 1010000 1010001 0 101000 101111 10010110 1000101 11111

Color Harmonies of #198650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198650

Black with #198650

Text Example


Text Example

White with #198650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198650; }

 p { color: rgb(25,134,80); }

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

background-color css

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

 a { background-color: rgb(25,134,80); }

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

border-color css

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

 span { border-color: rgb(25,134,80); }

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