#186048

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

Shades of Jewel #186048

Tints of Jewel #186048

Color information

#186048 (or 0x186048) is unknown color: approx Jewel. HEX triplet: 18, 60 and 48. RGB value is (24,96,72). Sum of RGB (Red+Green+Blue) = 24+96+72=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 96 (37.89% from 255 or 50% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 96 - color contains mainly: green. Hex color #186048 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186048 is #E79FB7. Grayscale: #474747. Windows color (decimal): -15179704 or 4743192. OLE color: 4743192.

HSL color Cylindrical-coordinate representation of color #186048: hue angle of 160º 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 #186048 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB249672-
CMYK0.7500.250.62
HSL160º60%23.53%-
HSV(B)160º75%37.65%-
XYZ5.739.037.57-
YUV71.74128.1593.95-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.5%
GREEN value IS 96 (37.89% from 255) = 50%
BLUE value IS 72 (28.52% from 255) = 37.5%
R=12.5%
G=50%
B=37.5%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2496720.7500.250.621606023.53
Hex1860484B0193Ea03c18
Octal30140110113031762407430
Binary110001100000100100010010110110011111101010000011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186048; }

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

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

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

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

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

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

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

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