Html Css Color HEX #198952 Salem

📋 copy color: '#198952'

red 25 ◦ green 137 ◦ blue 82

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

Shades of Salem #198952

Tints of Salem #198952

RGB

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

 GREEN value IS 137 (53.91% from 255) = 56.15%

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

R = 10.25%
G = 56.15%
B = 33.61%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#198952 (or 0x198952) is known color: Salem. HEX triplet: 19, 89 and 52. RGB value is (25,137,82). Sum of RGB (Red+Green+Blue) = 25+137+82=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 137 (53.91% from 255 or 56.15% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 137 - color contains mainly: green. Hex color #198952 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198952 is #E676AD. Grayscale: #616161. Windows color (decimal): -15103662 or 5409049. OLE color: 5409049.

HSL color Cylindrical-coordinate representation of color #198952: hue angle of 150.54º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198952 is Cyan = 0.82, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB 25 137 82 -
CMYK 0.82 0 0.40 0.46
HSL 150.54º 0.69% 0.32% -
HSV(B) 150.54º 0.82% 0.54% -
XYZ 10.87 18.71 11.02 -
YUV 97.24 119.39 76.47 -
System Red Green Blue C M Y K H S L
Decimal 25 137 82 0.82 0 0.40 0.46 150.54 0.69 0.32
Hex 19 89 52 52 0 28 2E 97 45 20
Octal 31 211 122 122 0 50 56 227 105 40
Binary 11001 10001001 1010010 1010010 0 101000 101110 10010111 1000101 100000

Color Harmonies of #198952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198952

Black with #198952

Text Example


Text Example

White with #198952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198952; }

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

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

background-color css

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

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

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

border-color css

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

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

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