Html Css Color HEX #198352 Salem

📋 copy color: '#198352'

red 25 ◦ green 131 ◦ blue 82

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

Shades of Salem #198352

Tints of Salem #198352

RGB

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

 GREEN value IS 131 (51.56% from 255) = 55.04%

 BLUE value IS 82 (32.42% from 255) = 34.45%

R = 10.5%
G = 55.04%
B = 34.45%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#198352 (or 0x198352) is known color: Salem. HEX triplet: 19, 83 and 52. RGB value is (25,131,82). Sum of RGB (Red+Green+Blue) = 25+131+82=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 131 (51.56% from 255 or 55.04% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 131 - color contains mainly: green. Hex color #198352 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198352 is #E67CAD. Grayscale: #5D5D5D. Windows color (decimal): -15105198 or 5407513. OLE color: 5407513.

HSL color Cylindrical-coordinate representation of color #198352: hue angle of 152.26º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198352 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB 25 131 82 -
CMYK 0.81 0 0.37 0.49
HSL 152.26º 0.68% 0.31% -
HSV(B) 152.26º 0.81% 0.51% -
XYZ 10.04 17.05 10.74 -
YUV 93.72 121.38 78.98 -
System Red Green Blue C M Y K H S L
Decimal 25 131 82 0.81 0 0.37 0.49 152.26 0.68 0.31
Hex 19 83 52 51 0 25 31 98 44 1F
Octal 31 203 122 121 0 45 61 230 104 37
Binary 11001 10000011 1010010 1010001 0 100101 110001 10011000 1000100 11111

Color Harmonies of #198352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198352

Black with #198352

Text Example


Text Example

White with #198352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198352; }

 p { color: rgb(25,131,82); }

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

background-color css

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

 a { background-color: rgb(25,131,82); }

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

border-color css

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

 span { border-color: rgb(25,131,82); }

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