#186346

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

Shades of Jewel #186346

Tints of Jewel #186346

Color information

#186346 (or 0x186346) is unknown color: approx Jewel. HEX triplet: 18, 63 and 46. RGB value is (24,99,70). Sum of RGB (Red+Green+Blue) = 24+99+70=193 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.44% from 193); Green value is 99 (39.06% from 255 or 51.30% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 99 - color contains mainly: green. Hex color #186346 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186346 is #E79CB9. Grayscale: #494949. Windows color (decimal): -15178938 or 4612888. OLE color: 4612888.

HSL color Cylindrical-coordinate representation of color #186346: hue angle of 156.8º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #186346 is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB249970-
CMYK0.7600.290.61
HSL156.8º60.98%24.12%-
HSV(B)156.8º75.76%38.82%-
XYZ5.949.567.33-
YUV73.27126.1592.86-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.44%
GREEN value IS 99 (39.06% from 255) = 51.30%
BLUE value IS 70 (27.73% from 255) = 36.27%
R=12.44%
G=51.30%
B=36.27%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2499700.7600.290.61156.860.9824.12
Hex1863464C01D3D9d3d18
Octal30143106114035752357530
Binary110001100011100011010011000111011111011001110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186346; }

 p { color: rgb(24,99,70); }

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

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

 a { background-color: rgb(24,99,70); }

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

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

 span { border-color: rgb(24,99,70); }

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