#186913

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

Shades of San Felix #186913

Tints of San Felix #186913

Color information

#186913 (or 0x186913) is unknown color: approx San Felix. HEX triplet: 18, 69 and 13. RGB value is (24,105,19). Sum of RGB (Red+Green+Blue) = 24+105+19=148 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.22% from 148); Green value is 105 (41.41% from 255 or 70.95% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 105 - color contains mainly: green. Hex color #186913 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #186913 is #E796EC. Grayscale: #474747. Windows color (decimal): -15177453 or 1272088. OLE color: 1272088.

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

Color convert

RGB2410519-
CMYK0.7700.820.59
HSL116.51º69.35%24.31%-
HSV(B)116.51º81.9%41.18%-
XYZ5.5510.342.32-
YUV70.9898.6694.49-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.22%
GREEN value IS 105 (41.41% from 255) = 70.95%
BLUE value IS 19 (7.81% from 255) = 12.84%
R=16.22%
G=70.95%
B=12.84%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24105190.7700.820.59116.5169.3524.31
Hex1869134D0523B754518
Octal301512311501227316510530
Binary110001101001100111001101010100101110111110101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186913; }

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

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

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

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

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

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

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

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