#19694D

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

Shades of Jewel #19694D

Tints of Jewel #19694D

Color information

#19694D (or 0x19694D) is unknown color: approx Jewel. HEX triplet: 19, 69 and 4D. RGB value is (25,105,77). Sum of RGB (Red+Green+Blue) = 25+105+77=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 105 (41.41% from 255 or 50.72% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 105 - color contains mainly: green. Hex color #19694D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19694D is #E696B2. Grayscale: #4D4D4D. Windows color (decimal): -15111859 or 5073177. OLE color: 5073177.

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

Color convert

RGB2510577-
CMYK0.7600.270.59
HSL159º61.54%25.49%-
HSV(B)159º76.19%41.18%-
XYZ6.7910.858.76-
YUV77.89127.590.28-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.08%
GREEN value IS 105 (41.41% from 255) = 50.72%
BLUE value IS 77 (30.47% from 255) = 37.20%
R=12.08%
G=50.72%
B=37.20%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal25105770.7600.270.5915961.5425.49
Hex19694D4C01B3B9f3e19
Octal31151115114033732377631
Binary110011101001100110110011000110111110111001111111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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