#197875

Color #197875 Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #197875

Tints of Elm #197875

Color information

#197875 (or 0x197875) is unknown color: approx Elm. HEX triplet: 19, 78 and 75. RGB value is (25,120,117). Sum of RGB (Red+Green+Blue) = 25+120+117=262 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.54% from 262); Green value is 120 (47.27% from 255 or 45.80% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 120 - color contains mainly: green. Hex color #197875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197875 is #E6878A. Grayscale: #5B5B5B. Windows color (decimal): -15107979 or 7698457. OLE color: 7698457.

HSL color Cylindrical-coordinate representation of color #197875: hue angle of 178.11º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197875 is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB25120117-
CMYK0.7900.020.53
HSL178.11º65.52%28.43%-
HSV(B)178.11º79.17%47.06%-
XYZ10.3314.9219.17-
YUV91.25142.5380.74-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.54%
GREEN value IS 120 (47.27% from 255) = 45.80%
BLUE value IS 117 (46.09% from 255) = 44.66%
R=9.54%
G=45.80%
B=44.66%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal251201170.7900.020.53178.1165.5228.43
Hex1978754F0235b2421c
Octal31170165117026526210234
Binary1100111110001110101100111101011010110110010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197875; }

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

 H1.HeaderClassName
 {
   color: #197875;
 }
 .AnyTagClassName
 {
   color: #197875;
 }
</style>
background-color css

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

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

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

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

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

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