Html Css Color HEX #198481 Elm

📋 copy color: '#198481'

red 25 ◦ green 132 ◦ blue 129

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

Shades of Elm #198481

Tints of Elm #198481

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.15%

 BLUE value IS 129 (50.78% from 255) = 45.1%

R = 8.74%
G = 46.15%
B = 45.1%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#198481 (or 0x198481) is known color: Elm. HEX triplet: 19, 84 and 81. RGB value is (25,132,129). Sum of RGB (Red+Green+Blue) = 25+132+129=286 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.74% from 286); Green value is 132 (51.95% from 255 or 46.15% from 286); Blue value is 129 (50.78% from 255 or 45.10% from 286); Max value from RGB is 132 - color contains mainly: green. Hex color #198481 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198481 is #E67B7E. Grayscale: #636363. Windows color (decimal): -15104895 or 8487961. OLE color: 8487961.

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

Color convert

RGB 25 132 129 -
CMYK 0.81 0 0.02 0.48
HSL 178.32º 0.68% 0.31% -
HSV(B) 178.32º 0.81% 0.52% -
XYZ 12.61 18.29 23.64 -
YUV 99.67 144.55 74.74 -
System Red Green Blue C M Y K H S L
Decimal 25 132 129 0.81 0 0.02 0.48 178.32 0.68 0.31
Hex 19 84 81 51 0 2 30 B2 44 1F
Octal 31 204 201 121 0 2 60 262 104 37
Binary 11001 10000100 10000001 1010001 0 10 110000 10110010 1000100 11111

Color Harmonies of #198481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198481

Black with #198481

Text Example


Text Example

White with #198481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198481; }

 p { color: rgb(25,132,129); }

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

background-color css

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

 a { background-color: rgb(25,132,129); }

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

border-color css

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

 span { border-color: rgb(25,132,129); }

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