Html Css Color HEX #198242 Salem

📋 copy color: '#198242'

red 25 ◦ green 130 ◦ blue 66

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

Shades of Salem #198242

Tints of Salem #198242

RGB

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

 GREEN value IS 130 (51.17% from 255) = 58.82%

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

R = 11.31%
G = 58.82%
B = 29.86%

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

#198242 (or 0x198242) is known color: Salem. HEX triplet: 19, 82 and 42. RGB value is (25,130,66). Sum of RGB (Red+Green+Blue) = 25+130+66=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 130 (51.17% from 255 or 58.82% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 130 - color contains mainly: green. Hex color #198242 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198242 is #E67DBD. Grayscale: #5B5B5B. Windows color (decimal): -15105470 or 4358681. OLE color: 4358681.

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

Color convert

RGB 25 130 66 -
CMYK 0.81 0 0.49 0.49
HSL 143.43º 0.68% 0.3% -
HSV(B) 143.43º 0.81% 0.51% -
XYZ 9.37 16.57 7.86 -
YUV 91.31 113.71 80.7 -
System Red Green Blue C M Y K H S L
Decimal 25 130 66 0.81 0 0.49 0.49 143.43 0.68 0.3
Hex 19 82 42 51 0 31 31 8F 44 1E
Octal 31 202 102 121 0 61 61 217 104 36
Binary 11001 10000010 1000010 1010001 0 110001 110001 10001111 1000100 11110

Color Harmonies of #198242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198242

Black with #198242

Text Example


Text Example

White with #198242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198242; }

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

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

background-color css

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

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

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

border-color css

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

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

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