Html Css Color HEX #198075 Elm

📋 copy color: '#198075'

red 25 ◦ green 128 ◦ blue 117

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

Shades of Elm #198075

Tints of Elm #198075

RGB

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

 GREEN value IS 128 (50.39% from 255) = 47.41%

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

R = 9.26%
G = 47.41%
B = 43.33%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#198075 (or 0x198075) is known color: Elm. HEX triplet: 19, 80 and 75. RGB value is (25,128,117). Sum of RGB (Red+Green+Blue) = 25+128+117=270 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.26% from 270); Green value is 128 (50.39% from 255 or 47.41% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 128 - color contains mainly: green. Hex color #198075 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198075 is #E67F8A. Grayscale: #5F5F5F. Windows color (decimal): -15105931 or 7700505. OLE color: 7700505.

HSL color Cylindrical-coordinate representation of color #198075: hue angle of 173.59º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #198075 is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 25 128 117 -
CMYK 0.80 0 0.09 0.50
HSL 173.59º 0.67% 0.3% -
HSV(B) 173.59º 0.8% 0.5% -
XYZ 11.33 16.93 19.5 -
YUV 95.95 139.88 77.39 -
System Red Green Blue C M Y K H S L
Decimal 25 128 117 0.80 0 0.09 0.50 173.59 0.67 0.3
Hex 19 80 75 50 0 9 32 AE 43 1E
Octal 31 200 165 120 0 11 62 256 103 36
Binary 11001 10000000 1110101 1010000 0 1001 110010 10101110 1000011 11110

Color Harmonies of #198075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198075

Black with #198075

Text Example


Text Example

White with #198075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198075; }

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

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

background-color css

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

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

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

border-color css

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

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

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