#19807A

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

Shades of Elm #19807A

Tints of Elm #19807A

Color information

#19807A (or 0x19807A) is unknown color: approx Elm. HEX triplet: 19, 80 and 7A. RGB value is (25,128,122). Sum of RGB (Red+Green+Blue) = 25+128+122=275 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.09% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 122 (48.05% from 255 or 44.36% from 275); Max value from RGB is 128 - color contains mainly: green. Hex color #19807A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19807A is #E67F85. Grayscale: #606060. Windows color (decimal): -15105926 or 8028185. OLE color: 8028185.

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

Color convert

RGB25128122-
CMYK0.8000.050.50
HSL176.5º67.32%30%-
HSV(B)176.5º80.47%50.2%-
XYZ11.6317.0521.09-
YUV96.52142.3876.99-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.09%
GREEN value IS 128 (50.39% from 255) = 46.55%
BLUE value IS 122 (48.05% from 255) = 44.36%
R=9.09%
G=46.55%
B=44.36%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal251281220.8000.050.50176.567.3230
Hex19807A500532b1431e
Octal31200172120056226110336
Binary110011000000011110101010000010111001010110001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19807A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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