#186A45

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

Shades of Jewel #186A45

Tints of Jewel #186A45

Color information

#186A45 (or 0x186A45) is unknown color: approx Jewel. HEX triplet: 18, 6A and 45. RGB value is (24,106,69). Sum of RGB (Red+Green+Blue) = 24+106+69=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 106 (41.80% from 255 or 53.27% from 199); Blue value is 69 (27.34% from 255 or 34.67% from 199); Max value from RGB is 106 - color contains mainly: green. Hex color #186A45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186A45 is #E795BA. Grayscale: #4D4D4D. Windows color (decimal): -15177147 or 4549144. OLE color: 4549144.

HSL color Cylindrical-coordinate representation of color #186A45: hue angle of 152.93º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #186A45 is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.58.

Color convert

RGB2410669-
CMYK0.7700.350.58
HSL152.93º63.08%25.49%-
HSV(B)152.93º77.36%41.57%-
XYZ6.610.937.39-
YUV77.26123.3390.01-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.06%
GREEN value IS 106 (41.80% from 255) = 53.27%
BLUE value IS 69 (27.34% from 255) = 34.67%
R=12.06%
G=53.27%
B=34.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24106690.7700.350.58152.9363.0825.49
Hex186A454D0233A993f19
Octal30152105115043722317731
Binary1100011010101000101100110101000111110101001100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186A45; }

 p { color: rgb(24,106,69); }

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

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

 a { background-color: rgb(24,106,69); }

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

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

 span { border-color: rgb(24,106,69); }

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