Html Css Color HEX #198852 Salem

📋 copy color: '#198852'

red 25 ◦ green 136 ◦ blue 82

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

Shades of Salem #198852

Tints of Salem #198852

RGB

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

 GREEN value IS 136 (53.52% from 255) = 55.97%

 BLUE value IS 82 (32.42% from 255) = 33.74%

R = 10.29%
G = 55.97%
B = 33.74%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#198852 (or 0x198852) is known color: Salem. HEX triplet: 19, 88 and 52. RGB value is (25,136,82). Sum of RGB (Red+Green+Blue) = 25+136+82=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 136 (53.52% from 255 or 55.97% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 136 - color contains mainly: green. Hex color #198852 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198852 is #E677AD. Grayscale: #606060. Windows color (decimal): -15103918 or 5408793. OLE color: 5408793.

HSL color Cylindrical-coordinate representation of color #198852: hue angle of 150.81º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198852 is Cyan = 0.82, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 25 136 82 -
CMYK 0.82 0 0.40 0.47
HSL 150.81º 0.69% 0.32% -
HSV(B) 150.81º 0.82% 0.53% -
XYZ 10.73 18.42 10.97 -
YUV 96.66 119.73 76.89 -
System Red Green Blue C M Y K H S L
Decimal 25 136 82 0.82 0 0.40 0.47 150.81 0.69 0.32
Hex 19 88 52 52 0 28 2F 97 45 20
Octal 31 210 122 122 0 50 57 227 105 40
Binary 11001 10001000 1010010 1010010 0 101000 101111 10010111 1000101 100000

Color Harmonies of #198852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198852

Black with #198852

Text Example


Text Example

White with #198852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198852; }

 p { color: rgb(25,136,82); }

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

background-color css

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

 a { background-color: rgb(25,136,82); }

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

border-color css

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

 span { border-color: rgb(25,136,82); }

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