#18684D

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

Shades of Jewel #18684D

Tints of Jewel #18684D

Color information

#18684D (or 0x18684D) is unknown color: approx Jewel. HEX triplet: 18, 68 and 4D. RGB value is (24,104,77). Sum of RGB (Red+Green+Blue) = 24+104+77=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 104 (41.02% from 255 or 50.73% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 104 - color contains mainly: green. Hex color #18684D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18684D is #E797B2. Grayscale: #4D4D4D. Windows color (decimal): -15177651 or 5072920. OLE color: 5072920.

HSL color Cylindrical-coordinate representation of color #18684D: 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.77%. Process color model (Four color, CMYK) of #18684D is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB2410477-
CMYK0.7700.260.59
HSL159.75º62.5%25.1%-
HSV(B)159.75º76.92%40.78%-
XYZ6.6710.638.72-
YUV7712890.2-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.71%
GREEN value IS 104 (41.02% from 255) = 50.73%
BLUE value IS 77 (30.47% from 255) = 37.56%
R=11.71%
G=50.73%
B=37.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24104770.7700.260.59159.7562.525.1
Hex18684D4D01A3Ba03e19
Octal30150115115032732407631
Binary110001101000100110110011010110101110111010000011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18684D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,104,77); }

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

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

 a { background-color: rgb(24,104,77); }

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

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

 span { border-color: rgb(24,104,77); }

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