#186D1B

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

Shades of San Felix #186D1B

Tints of San Felix #186D1B

Color information

#186D1B (or 0x186D1B) is unknown color: approx San Felix. HEX triplet: 18, 6D and 1B. RGB value is (24,109,27). Sum of RGB (Red+Green+Blue) = 24+109+27=160 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15% from 160); Green value is 109 (42.97% from 255 or 68.12% from 160); Blue value is 27 (10.94% from 255 or 16.88% from 160); Max value from RGB is 109 - color contains mainly: green. Hex color #186D1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186D1B is #E792E4. Grayscale: #4A4A4A. Windows color (decimal): -15176421 or 1797400. OLE color: 1797400.

HSL color Cylindrical-coordinate representation of color #186D1B: hue angle of 122.12º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #186D1B is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.57.

Color convert

RGB2410927-
CMYK0.7800.750.57
HSL122.12º63.91%26.08%-
HSV(B)122.12º77.98%42.75%-
XYZ6.0411.212.88-
YUV74.24101.3492.17-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15%
GREEN value IS 109 (42.97% from 255) = 68.12%
BLUE value IS 27 (10.94% from 255) = 16.88%
R=15%
G=68.12%
B=16.88%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal24109270.7800.750.57122.1263.9126.08
Hex186D1B4E04B397a401a
Octal301553311601137117210032
Binary110001101101110111001110010010111110011111010100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,109,27); }

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

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

 a { background-color: rgb(24,109,27); }

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

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

 span { border-color: rgb(24,109,27); }

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