#186648

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

Shades of Jewel #186648

Tints of Jewel #186648

Color information

#186648 (or 0x186648) is unknown color: approx Jewel. HEX triplet: 18, 66 and 48. RGB value is (24,102,72). Sum of RGB (Red+Green+Blue) = 24+102+72=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 102 (40.23% from 255 or 51.52% from 198); Blue value is 72 (28.52% from 255 or 36.36% from 198); Max value from RGB is 102 - color contains mainly: green. Hex color #186648 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186648 is #E799B7. Grayscale: #4B4B4B. Windows color (decimal): -15178168 or 4744728. OLE color: 4744728.

HSL color Cylindrical-coordinate representation of color #186648: hue angle of 156.92º 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 #186648 is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.6.

Color convert

RGB2410272-
CMYK0.7600.290.6
HSL156.92º61.9%24.71%-
HSV(B)156.92º76.47%40%-
XYZ6.310.167.76-
YUV75.26126.1691.44-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.12%
GREEN value IS 102 (40.23% from 255) = 51.52%
BLUE value IS 72 (28.52% from 255) = 36.36%
R=12.12%
G=51.52%
B=36.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal24102720.7600.290.6156.9261.924.71
Hex1866484C01D3C9d3e19
Octal30146110114035742357631
Binary110001100110100100010011000111011111001001110111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186648; }

 p { color: rgb(24,102,72); }

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

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

 a { background-color: rgb(24,102,72); }

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

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

 span { border-color: rgb(24,102,72); }

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