Html Css Color HEX #198542 Salem

📋 copy color: '#198542'

red 25 ◦ green 133 ◦ blue 66

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

Shades of Salem #198542

Tints of Salem #198542

RGB

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

 GREEN value IS 133 (52.34% from 255) = 59.38%

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

R = 11.16%
G = 59.38%
B = 29.46%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#198542 (or 0x198542) is known color: Salem. HEX triplet: 19, 85 and 42. RGB value is (25,133,66). Sum of RGB (Red+Green+Blue) = 25+133+66=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 133 (52.34% from 255 or 59.38% from 224); Blue value is 66 (26.17% from 255 or 29.46% from 224); Max value from RGB is 133 - color contains mainly: green. Hex color #198542 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198542 is #E67ABD. Grayscale: #5D5D5D. Windows color (decimal): -15104702 or 4359449. OLE color: 4359449.

HSL color Cylindrical-coordinate representation of color #198542: hue angle of 142.78º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198542 is Cyan = 0.81, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB 25 133 66 -
CMYK 0.81 0 0.50 0.48
HSL 142.78º 0.68% 0.31% -
HSV(B) 142.78º 0.81% 0.52% -
XYZ 9.77 17.38 7.99 -
YUV 93.07 112.72 79.45 -
System Red Green Blue C M Y K H S L
Decimal 25 133 66 0.81 0 0.50 0.48 142.78 0.68 0.31
Hex 19 85 42 51 0 32 30 8F 44 1F
Octal 31 205 102 121 0 62 60 217 104 37
Binary 11001 10000101 1000010 1010001 0 110010 110000 10001111 1000100 11111

Color Harmonies of #198542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198542

Black with #198542

Text Example


Text Example

White with #198542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198542; }

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

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

background-color css

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

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

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

border-color css

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

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

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