#19694e

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

Shades of Jewel #19694E

Tints of Jewel #19694E

Color information

#19694E (or 0x19694E) is unknown color: approx Jewel. HEX triplet: 19, 69 and 4E. RGB value is (25,105,78). Sum of RGB (Red+Green+Blue) = 25+105+78=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 105 (41.41% from 255 or 50.48% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 105 - color contains mainly: green. Hex color #19694E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19694E is #E696B1. Grayscale: #4E4E4E. Windows color (decimal): -15111858 or 5138713. OLE color: 5138713.

HSL color Cylindrical-coordinate representation of color #19694E: hue angle of 159.75º degrees, saturation: 0.62, 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 #19694E is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB2510578-
CMYK0.7600.260.59
HSL159.75º61.54%25.49%-
HSV(B)159.75º76.19%41.18%-
XYZ6.8310.868.94-
YUV7812890.2-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.02%
GREEN value IS 105 (41.41% from 255) = 50.48%
BLUE value IS 78 (30.86% from 255) = 37.5%
R=12.02%
G=50.48%
B=37.5%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal25105780.7600.260.59159.7561.5425.49
Hex19694E4C01A3Ba03e19
Octal31151116114032732407631
Binary110011101001100111010011000110101110111010000011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19694e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19694e; }

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

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

<style>
 a { background-color: #19694e; }

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

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

<style>
 span { border-color: #19694e; }

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

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