Html Css Color HEX #198942 Salem

📋 copy color: '#198942'

red 25 ◦ green 137 ◦ blue 66

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

Shades of Salem #198942

Tints of Salem #198942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 28.95%

R = 10.96%
G = 60.09%
B = 28.95%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.52

 K value IS 0.46

RGB Variations

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

Color information

#198942 (or 0x198942) is known color: Salem. HEX triplet: 19, 89 and 42. RGB value is (25,137,66). Sum of RGB (Red+Green+Blue) = 25+137+66=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 137 (53.91% from 255 or 60.09% from 228); Blue value is 66 (26.17% from 255 or 28.95% from 228); Max value from RGB is 137 - color contains mainly: green. Hex color #198942 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198942 is #E676BD. Grayscale: #5F5F5F. Windows color (decimal): -15103678 or 4360473. OLE color: 4360473.

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

Color convert

RGB 25 137 66 -
CMYK 0.82 0 0.52 0.46
HSL 141.96º 0.69% 0.32% -
HSV(B) 141.96º 0.82% 0.54% -
XYZ 10.33 18.49 8.18 -
YUV 95.42 111.39 77.77 -
System Red Green Blue C M Y K H S L
Decimal 25 137 66 0.82 0 0.52 0.46 141.96 0.69 0.32
Hex 19 89 42 52 0 34 2E 8E 45 20
Octal 31 211 102 122 0 64 56 216 105 40
Binary 11001 10001001 1000010 1010010 0 110100 101110 10001110 1000101 100000

Color Harmonies of #198942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198942

Black with #198942

Text Example


Text Example

White with #198942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198942; }

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

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

background-color css

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

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

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

border-color css

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

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

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