Html Css Color HEX #198275 Elm

📋 copy color: '#198275'

red 25 ◦ green 130 ◦ blue 117

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

Shades of Elm #198275

Tints of Elm #198275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.01%

R = 9.19%
G = 47.79%
B = 43.01%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#198275 (or 0x198275) is known color: Elm. HEX triplet: 19, 82 and 75. RGB value is (25,130,117). Sum of RGB (Red+Green+Blue) = 25+130+117=272 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.19% from 272); Green value is 130 (51.17% from 255 or 47.79% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 130 - color contains mainly: green. Hex color #198275 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198275 is #E67D8A. Grayscale: #616161. Windows color (decimal): -15105419 or 7701017. OLE color: 7701017.

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

Color convert

RGB 25 130 117 -
CMYK 0.81 0 0.1 0.49
HSL 172.57º 0.68% 0.3% -
HSV(B) 172.57º 0.81% 0.51% -
XYZ 11.59 17.46 19.59 -
YUV 97.12 139.21 76.56 -
System Red Green Blue C M Y K H S L
Decimal 25 130 117 0.81 0 0.1 0.49 172.57 0.68 0.3
Hex 19 82 75 51 0 A 31 AD 44 1E
Octal 31 202 165 121 0 12 61 255 104 36
Binary 11001 10000010 1110101 1010001 0 1010 110001 10101101 1000100 11110

Color Harmonies of #198275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198275

Black with #198275

Text Example


Text Example

White with #198275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198275; }

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

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

background-color css

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

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

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

border-color css

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

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

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