#19807C

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

Shades of Elm #19807C

Tints of Elm #19807C

Color information

#19807C (or 0x19807C) is unknown color: approx Elm. HEX triplet: 19, 80 and 7C. RGB value is (25,128,124). Sum of RGB (Red+Green+Blue) = 25+128+124=277 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.03% from 277); Green value is 128 (50.39% from 255 or 46.21% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 128 - color contains mainly: green. Hex color #19807C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19807C is #E67F83. Grayscale: #606060. Windows color (decimal): -15105924 or 8159257. OLE color: 8159257.

HSL color Cylindrical-coordinate representation of color #19807C: hue angle of 177.67º 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 #19807C is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB25128124-
CMYK0.8000.030.50
HSL177.67º67.32%30%-
HSV(B)177.67º80.47%50.2%-
XYZ11.7617.121.75-
YUV96.75143.3876.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.03%
GREEN value IS 128 (50.39% from 255) = 46.21%
BLUE value IS 124 (48.83% from 255) = 44.77%
R=9.03%
G=46.21%
B=44.77%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal251281240.8000.030.50177.6767.3230
Hex19807C500332b2431e
Octal31200174120036226210336
Binary11001100000001111100101000001111001010110010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19807C; }

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

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

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

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

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

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

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

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