#186144

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

Shades of Jewel #186144

Tints of Jewel #186144

Color information

#186144 (or 0x186144) is unknown color: approx Jewel. HEX triplet: 18, 61 and 44. RGB value is (24,97,68). Sum of RGB (Red+Green+Blue) = 24+97+68=189 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.70% from 189); Green value is 97 (38.28% from 255 or 51.32% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 97 - color contains mainly: green. Hex color #186144 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186144 is #E79EBB. Grayscale: #474747. Windows color (decimal): -15179452 or 4481304. OLE color: 4481304.

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

Color convert

RGB249768-
CMYK0.7500.300.62
HSL156.16º60.33%23.73%-
HSV(B)156.16º75.26%38.04%-
XYZ5.699.166.94-
YUV71.87125.8293.86-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.70%
GREEN value IS 97 (38.28% from 255) = 51.32%
BLUE value IS 68 (26.95% from 255) = 35.98%
R=12.70%
G=51.32%
B=35.98%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2497680.7500.300.62156.1660.3323.73
Hex1861444B01E3E9c3c18
Octal30141104113036762347430
Binary110001100001100010010010110111101111101001110011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186144; }

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

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

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

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

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

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

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

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