#19726F

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

Shades of Elm #19726F

Tints of Elm #19726F

Color information

#19726F (or 0x19726F) is unknown color: approx Elm. HEX triplet: 19, 72 and 6F. RGB value is (25,114,111). Sum of RGB (Red+Green+Blue) = 25+114+111=250 (33% of max value = 765). Red value is 25 (10.16% from 255 or 10% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 111 (43.75% from 255 or 44.4% from 250); Max value from RGB is 114 - color contains mainly: green. Hex color #19726F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19726F is #E68D90. Grayscale: #565656. Windows color (decimal): -15109521 or 7303705. OLE color: 7303705.

HSL color Cylindrical-coordinate representation of color #19726F: hue angle of 177.98º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #19726F is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB25114111-
CMYK0.7800.030.55
HSL177.98º64.03%27.25%-
HSV(B)177.98º78.07%44.71%-
XYZ9.2913.3917.13-
YUV87.05141.5183.74-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10%
GREEN value IS 114 (44.92% from 255) = 45.6%
BLUE value IS 111 (43.75% from 255) = 44.4%
R=10%
G=45.6%
B=44.4%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal251141110.7800.030.55177.9864.0327.25
Hex19726F4E0337b2401b
Octal31162157116036726210033
Binary1100111100101101111100111001111011110110010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19726F; }

 p { color: rgb(25,114,111); }

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

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

 a { background-color: rgb(25,114,111); }

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

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

 span { border-color: rgb(25,114,111); }

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