#186642

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

Shades of Jewel #186642

Tints of Jewel #186642

Color information

#186642 (or 0x186642) is unknown color: approx Jewel. HEX triplet: 18, 66 and 42. RGB value is (24,102,66). Sum of RGB (Red+Green+Blue) = 24+102+66=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 102 (40.23% from 255 or 53.12% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 102 - color contains mainly: green. Hex color #186642 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186642 is #E799BD. Grayscale: #4A4A4A. Windows color (decimal): -15178174 or 4351512. OLE color: 4351512.

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

Color convert

RGB2410266-
CMYK0.7600.350.6
HSL152.31º61.9%24.71%-
HSV(B)152.31º76.47%40%-
XYZ6.1110.096.78-
YUV74.57123.1691.93-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.5%
GREEN value IS 102 (40.23% from 255) = 53.12%
BLUE value IS 66 (26.17% from 255) = 34.38%
R=12.5%
G=53.12%
B=34.38%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal24102660.7600.350.6152.3161.924.71
Hex1866424C0233C983e19
Octal30146102114043742307631
Binary1100011001101000010100110001000111111001001100011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186642; }

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

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

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

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

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

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

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

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