Html Css Color HEX #198948 Salem

📋 copy color: '#198948'

red 25 ◦ green 137 ◦ blue 72

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

Shades of Salem #198948

Tints of Salem #198948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30.77%

R = 10.68%
G = 58.55%
B = 30.77%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#198948 (or 0x198948) is known color: Salem. HEX triplet: 19, 89 and 48. RGB value is (25,137,72). Sum of RGB (Red+Green+Blue) = 25+137+72=234 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.68% from 234); Green value is 137 (53.91% from 255 or 58.55% from 234); Blue value is 72 (28.52% from 255 or 30.77% from 234); Max value from RGB is 137 - color contains mainly: green. Hex color #198948 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198948 is #E676B7. Grayscale: #606060. Windows color (decimal): -15103672 or 4753689. OLE color: 4753689.

HSL color Cylindrical-coordinate representation of color #198948: hue angle of 145.18º 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 #198948 is Cyan = 0.82, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 25 137 72 -
CMYK 0.82 0 0.47 0.46
HSL 145.18º 0.69% 0.32% -
HSV(B) 145.18º 0.82% 0.54% -
XYZ 10.52 18.57 9.16 -
YUV 96.1 114.39 77.29 -
System Red Green Blue C M Y K H S L
Decimal 25 137 72 0.82 0 0.47 0.46 145.18 0.69 0.32
Hex 19 89 48 52 0 2F 2E 91 45 20
Octal 31 211 110 122 0 57 56 221 105 40
Binary 11001 10001001 1001000 1010010 0 101111 101110 10010001 1000101 100000

Color Harmonies of #198948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198948

Black with #198948

Text Example


Text Example

White with #198948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198948; }

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

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

background-color css

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

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

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

border-color css

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

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

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