Html Css Color HEX #198142 Salem

📋 copy color: '#198142'

red 25 ◦ green 129 ◦ blue 66

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

Shades of Salem #198142

Tints of Salem #198142

RGB

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

 GREEN value IS 129 (50.78% from 255) = 58.64%

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

R = 11.36%
G = 58.64%
B = 30%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#198142 (or 0x198142) is known color: Salem. HEX triplet: 19, 81 and 42. RGB value is (25,129,66). Sum of RGB (Red+Green+Blue) = 25+129+66=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 129 (50.78% from 255 or 58.64% from 220); Blue value is 66 (26.17% from 255 or 30% from 220); Max value from RGB is 129 - color contains mainly: green. Hex color #198142 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198142 is #E67EBD. Grayscale: #5A5A5A. Windows color (decimal): -15105726 or 4358425. OLE color: 4358425.

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

Color convert

RGB 25 129 66 -
CMYK 0.81 0 0.49 0.49
HSL 143.65º 0.68% 0.3% -
HSV(B) 143.65º 0.81% 0.51% -
XYZ 9.23 16.3 7.81 -
YUV 90.72 114.04 81.12 -
System Red Green Blue C M Y K H S L
Decimal 25 129 66 0.81 0 0.49 0.49 143.65 0.68 0.3
Hex 19 81 42 51 0 31 31 90 44 1E
Octal 31 201 102 121 0 61 61 220 104 36
Binary 11001 10000001 1000010 1010001 0 110001 110001 10010000 1000100 11110

Color Harmonies of #198142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198142

Black with #198142

Text Example


Text Example

White with #198142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198142; }

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

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

background-color css

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

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

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

border-color css

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

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

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