#186849

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

Shades of Jewel #186849

Tints of Jewel #186849

Color information

#186849 (or 0x186849) is unknown color: approx Jewel. HEX triplet: 18, 68 and 49. RGB value is (24,104,73). Sum of RGB (Red+Green+Blue) = 24+104+73=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 104 (41.02% from 255 or 51.74% from 201); Blue value is 73 (28.91% from 255 or 36.32% from 201); Max value from RGB is 104 - color contains mainly: green. Hex color #186849 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186849 is #E797B6. Grayscale: #4C4C4C. Windows color (decimal): -15177655 or 4810776. OLE color: 4810776.

HSL color Cylindrical-coordinate representation of color #186849: hue angle of 156.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 #186849 is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB2410473-
CMYK0.7700.300.59
HSL156.75º62.5%25.1%-
HSV(B)156.75º76.92%40.78%-
XYZ6.5310.588-
YUV76.5512690.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.94%
GREEN value IS 104 (41.02% from 255) = 51.74%
BLUE value IS 73 (28.91% from 255) = 36.32%
R=11.94%
G=51.74%
B=36.32%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24104730.7700.300.59156.7562.525.1
Hex1868494D01E3B9d3e19
Octal30150111115036732357631
Binary110001101000100100110011010111101110111001110111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186849; }

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

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

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

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

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

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

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

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