#19684B

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

Shades of Jewel #19684B

Tints of Jewel #19684B

Color information

#19684B (or 0x19684B) is unknown color: approx Jewel. HEX triplet: 19, 68 and 4B. RGB value is (25,104,75). Sum of RGB (Red+Green+Blue) = 25+104+75=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 104 (41.02% from 255 or 50.98% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 104 - color contains mainly: green. Hex color #19684B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19684B is #E697B4. Grayscale: #4D4D4D. Windows color (decimal): -15112117 or 4941849. OLE color: 4941849.

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

Color convert

RGB2510475-
CMYK0.7600.280.59
HSL157.97º61.24%25.29%-
HSV(B)157.97º75.96%40.78%-
XYZ6.6210.628.36-
YUV77.07126.8390.86-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.25%
GREEN value IS 104 (41.02% from 255) = 50.98%
BLUE value IS 75 (29.69% from 255) = 36.76%
R=12.25%
G=50.98%
B=36.76%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal25104750.7600.280.59157.9761.2425.29
Hex19684B4C01C3B9e3d19
Octal31150113114034732367531
Binary110011101000100101110011000111001110111001111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19684B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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