#186645

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

Shades of Jewel #186645

Tints of Jewel #186645

Color information

#186645 (or 0x186645) is unknown color: approx Jewel. HEX triplet: 18, 66 and 45. RGB value is (24,102,69). Sum of RGB (Red+Green+Blue) = 24+102+69=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 102 (40.23% from 255 or 52.31% from 195); Blue value is 69 (27.34% from 255 or 35.38% from 195); Max value from RGB is 102 - color contains mainly: green. Hex color #186645 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186645 is #E799BA. Grayscale: #4A4A4A. Windows color (decimal): -15178171 or 4548120. OLE color: 4548120.

HSL color Cylindrical-coordinate representation of color #186645: hue angle of 154.62º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #186645 is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.6.

Color convert

RGB2410269-
CMYK0.7600.320.6
HSL154.62º61.9%24.71%-
HSV(B)154.62º76.47%40%-
XYZ6.210.137.26-
YUV74.92124.6691.68-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.31%
GREEN value IS 102 (40.23% from 255) = 52.31%
BLUE value IS 69 (27.34% from 255) = 35.38%
R=12.31%
G=52.31%
B=35.38%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal24102690.7600.320.6154.6261.924.71
Hex1866454C0203C9b3e19
Octal30146105114040742337631
Binary1100011001101000101100110001000001111001001101111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186645; }

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

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

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

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

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

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

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

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