#19756F

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

Shades of Elm #19756F

Tints of Elm #19756F

Color information

#19756F (or 0x19756F) is unknown color: approx Elm. HEX triplet: 19, 75 and 6F. RGB value is (25,117,111). Sum of RGB (Red+Green+Blue) = 25+117+111=253 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.88% from 253); Green value is 117 (46.09% from 255 or 46.25% from 253); Blue value is 111 (43.75% from 255 or 43.87% from 253); Max value from RGB is 117 - color contains mainly: green. Hex color #19756F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19756F is #E68A90. Grayscale: #585858. Windows color (decimal): -15108753 or 7304473. OLE color: 7304473.

HSL color Cylindrical-coordinate representation of color #19756F: hue angle of 176.09º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #19756F is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB25117111-
CMYK0.7900.050.54
HSL176.09º64.79%27.84%-
HSV(B)176.09º78.63%45.88%-
XYZ9.6314.0817.25-
YUV88.81140.5282.49-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.88%
GREEN value IS 117 (46.09% from 255) = 46.25%
BLUE value IS 111 (43.75% from 255) = 43.87%
R=9.88%
G=46.25%
B=43.87%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal251171110.7900.050.54176.0964.7927.84
Hex19756F4F0536b0411c
Octal31165157117056626010134
Binary11001111010111011111001111010111011010110000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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