#186920

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

Shades of San Felix #186920

Tints of San Felix #186920

Color information

#186920 (or 0x186920) is unknown color: approx San Felix. HEX triplet: 18, 69 and 20. RGB value is (24,105,32). Sum of RGB (Red+Green+Blue) = 24+105+32=161 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.91% from 161); Green value is 105 (41.41% from 255 or 65.22% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 105 - color contains mainly: green. Hex color #186920 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186920 is #E796DF. Grayscale: #484848. Windows color (decimal): -15177440 or 2124056. OLE color: 2124056.

HSL color Cylindrical-coordinate representation of color #186920: hue angle of 125.93º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #186920 is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB2410532-
CMYK0.7700.700.59
HSL125.93º62.79%25.29%-
HSV(B)125.93º77.14%41.18%-
XYZ5.6910.43.07-
YUV72.46105.1693.44-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.91%
GREEN value IS 105 (41.41% from 255) = 65.22%
BLUE value IS 32 (12.89% from 255) = 19.88%
R=14.91%
G=65.22%
B=19.88%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24105320.7700.700.59125.9362.7925.29
Hex1869204D0463B7e3f19
Octal30151401150106731767731
Binary110001101001100000100110101000110111011111111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186920; }

 p { color: rgb(24,105,32); }

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

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

 a { background-color: rgb(24,105,32); }

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

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

 span { border-color: rgb(24,105,32); }

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