#186546

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

Shades of Jewel #186546

Tints of Jewel #186546

Color information

#186546 (or 0x186546) is unknown color: approx Jewel. HEX triplet: 18, 65 and 46. RGB value is (24,101,70). Sum of RGB (Red+Green+Blue) = 24+101+70=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 101 (39.84% from 255 or 51.79% from 195); Blue value is 70 (27.73% from 255 or 35.90% from 195); Max value from RGB is 101 - color contains mainly: green. Hex color #186546 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186546 is #E79AB9. Grayscale: #4A4A4A. Windows color (decimal): -15178426 or 4613400. OLE color: 4613400.

HSL color Cylindrical-coordinate representation of color #186546: hue angle of 155.84º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #186546 is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.60.

Color convert

RGB2410170-
CMYK0.7600.310.60
HSL155.84º61.6%24.51%-
HSV(B)155.84º76.24%39.61%-
XYZ6.149.947.39-
YUV74.44125.4992.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.31%
GREEN value IS 101 (39.84% from 255) = 51.79%
BLUE value IS 70 (27.73% from 255) = 35.90%
R=12.31%
G=51.79%
B=35.90%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal24101700.7600.310.60155.8461.624.51
Hex1865464C01F3C9c3e19
Octal30145106114037742347631
Binary110001100101100011010011000111111111001001110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186546; }

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

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

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

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

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

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

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

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