#186044

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

Shades of Jewel #186044

Tints of Jewel #186044

Color information

#186044 (or 0x186044) is unknown color: approx Jewel. HEX triplet: 18, 60 and 44. RGB value is (24,96,68). Sum of RGB (Red+Green+Blue) = 24+96+68=188 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.77% from 188); Green value is 96 (37.89% from 255 or 51.06% from 188); Blue value is 68 (26.95% from 255 or 36.17% from 188); Max value from RGB is 96 - color contains mainly: green. Hex color #186044 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186044 is #E79FBB. Grayscale: #474747. Windows color (decimal): -15179708 or 4481048. OLE color: 4481048.

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

Color convert

RGB249668-
CMYK0.7500.290.62
HSL156.67º60%23.53%-
HSV(B)156.67º75%37.65%-
XYZ5.68.986.91-
YUV71.28126.1594.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.77%
GREEN value IS 96 (37.89% from 255) = 51.06%
BLUE value IS 68 (26.95% from 255) = 36.17%
R=12.77%
G=51.06%
B=36.17%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2496680.7500.290.62156.676023.53
Hex1860444B01D3E9d3c18
Octal30140104113035762357430
Binary110001100000100010010010110111011111101001110111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186044; }

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

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

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

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

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

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

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

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