#19684E

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

Shades of Jewel #19684E

Tints of Jewel #19684E

Color information

#19684E (or 0x19684E) is unknown color: approx Jewel. HEX triplet: 19, 68 and 4E. RGB value is (25,104,78). Sum of RGB (Red+Green+Blue) = 25+104+78=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 104 (41.02% from 255 or 50.24% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 104 - color contains mainly: green. Hex color #19684E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19684E is #E697B1. Grayscale: #4D4D4D. Windows color (decimal): -15112114 or 5138457. OLE color: 5138457.

HSL color Cylindrical-coordinate representation of color #19684E: hue angle of 160.25º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #19684E is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB2510478-
CMYK0.7600.250.59
HSL160.25º61.24%25.29%-
HSV(B)160.25º75.96%40.78%-
XYZ6.7310.668.91-
YUV77.41128.3390.61-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.08%
GREEN value IS 104 (41.02% from 255) = 50.24%
BLUE value IS 78 (30.86% from 255) = 37.68%
R=12.08%
G=50.24%
B=37.68%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal25104780.7600.250.59160.2561.2425.29
Hex19684E4C0193Ba03d19
Octal31150116114031732407531
Binary110011101000100111010011000110011110111010000011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19684E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19684E; }

 p { color: rgb(25,104,78); }

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

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

 a { background-color: rgb(25,104,78); }

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

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

 span { border-color: rgb(25,104,78); }

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