Html Css Color HEX #198353 Salem

📋 copy color: '#198353'

red 25 ◦ green 131 ◦ blue 83

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

Shades of Salem #198353

Tints of Salem #198353

RGB

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

 GREEN value IS 131 (51.56% from 255) = 54.81%

 BLUE value IS 83 (32.81% from 255) = 34.73%

R = 10.46%
G = 54.81%
B = 34.73%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#198353 (or 0x198353) is known color: Salem. HEX triplet: 19, 83 and 53. RGB value is (25,131,83). Sum of RGB (Red+Green+Blue) = 25+131+83=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 131 (51.56% from 255 or 54.81% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 131 - color contains mainly: green. Hex color #198353 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198353 is #E67CAC. Grayscale: #5D5D5D. Windows color (decimal): -15105197 or 5473049. OLE color: 5473049.

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

Color convert

RGB 25 131 83 -
CMYK 0.81 0 0.37 0.49
HSL 152.83º 0.68% 0.31% -
HSV(B) 152.83º 0.81% 0.51% -
XYZ 10.08 17.06 10.95 -
YUV 93.83 121.88 78.9 -
System Red Green Blue C M Y K H S L
Decimal 25 131 83 0.81 0 0.37 0.49 152.83 0.68 0.31
Hex 19 83 53 51 0 25 31 99 44 1F
Octal 31 203 123 121 0 45 61 231 104 37
Binary 11001 10000011 1010011 1010001 0 100101 110001 10011001 1000100 11111

Color Harmonies of #198353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198353

Black with #198353

Text Example


Text Example

White with #198353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198353; }

 p { color: rgb(25,131,83); }

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

background-color css

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

 a { background-color: rgb(25,131,83); }

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

border-color css

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

 span { border-color: rgb(25,131,83); }

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