Html Css Color HEX #198452 Salem

📋 copy color: '#198452'

red 25 ◦ green 132 ◦ blue 82

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

Shades of Salem #198452

Tints of Salem #198452

RGB

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

 GREEN value IS 132 (51.95% from 255) = 55.23%

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

R = 10.46%
G = 55.23%
B = 34.31%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#198452 (or 0x198452) is known color: Salem. HEX triplet: 19, 84 and 52. RGB value is (25,132,82). Sum of RGB (Red+Green+Blue) = 25+132+82=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 132 (51.95% from 255 or 55.23% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 132 - color contains mainly: green. Hex color #198452 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198452 is #E67BAD. Grayscale: #5E5E5E. Windows color (decimal): -15104942 or 5407769. OLE color: 5407769.

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

Color convert

RGB 25 132 82 -
CMYK 0.81 0 0.38 0.48
HSL 151.96º 0.68% 0.31% -
HSV(B) 151.96º 0.81% 0.52% -
XYZ 10.18 17.32 10.79 -
YUV 94.31 121.05 78.57 -
System Red Green Blue C M Y K H S L
Decimal 25 132 82 0.81 0 0.38 0.48 151.96 0.68 0.31
Hex 19 84 52 51 0 26 30 98 44 1F
Octal 31 204 122 121 0 46 60 230 104 37
Binary 11001 10000100 1010010 1010001 0 100110 110000 10011000 1000100 11111

Color Harmonies of #198452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198452

Black with #198452

Text Example


Text Example

White with #198452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198452; }

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

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

background-color css

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

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

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

border-color css

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

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

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