#186046

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

Shades of Jewel #186046

Tints of Jewel #186046

Color information

#186046 (or 0x186046) is unknown color: approx Jewel. HEX triplet: 18, 60 and 46. RGB value is (24,96,70). Sum of RGB (Red+Green+Blue) = 24+96+70=190 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.63% from 190); Green value is 96 (37.89% from 255 or 50.53% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 96 - color contains mainly: green. Hex color #186046 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186046 is #E79FB9. Grayscale: #474747. Windows color (decimal): -15179706 or 4612120. OLE color: 4612120.

HSL color Cylindrical-coordinate representation of color #186046: hue angle of 158.33º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #186046 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB249670-
CMYK0.7500.270.62
HSL158.33º60%23.53%-
HSV(B)158.33º75%37.65%-
XYZ5.6797.23-
YUV71.51127.1594.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.63%
GREEN value IS 96 (37.89% from 255) = 50.53%
BLUE value IS 70 (27.73% from 255) = 36.84%
R=12.63%
G=50.53%
B=36.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2496700.7500.270.62158.336023.53
Hex1860464B01B3E9e3c18
Octal30140106113033762367430
Binary110001100000100011010010110110111111101001111011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186046; }

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

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

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

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

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

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

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

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