#186918

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

Shades of San Felix #186918

Tints of San Felix #186918

Color information

#186918 (or 0x186918) is unknown color: approx San Felix. HEX triplet: 18, 69 and 18. RGB value is (24,105,24). Sum of RGB (Red+Green+Blue) = 24+105+24=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 105 (41.41% from 255 or 68.63% from 153); Blue value is 24 (9.77% from 255 or 15.69% from 153); Max value from RGB is 105 - color contains mainly: green. Hex color #186918 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #186918 is #E796E7. Grayscale: #474747. Windows color (decimal): -15177448 or 1599768. OLE color: 1599768.

HSL color Cylindrical-coordinate representation of color #186918: hue angle of 120º 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 #186918 is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB2410524-
CMYK0.7700.770.59
HSL120º62.79%25.29%-
HSV(B)120º77.14%41.18%-
XYZ5.5910.362.57-
YUV71.55101.1694.09-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.69%
GREEN value IS 105 (41.41% from 255) = 68.63%
BLUE value IS 24 (9.77% from 255) = 15.69%
R=15.69%
G=68.63%
B=15.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24105240.7700.770.5912062.7925.29
Hex1869184D04D3B783f19
Octal30151301150115731707731
Binary11000110100111000100110101001101111011111100011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186918; }

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

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

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

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

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

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

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

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