#186816

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

Shades of San Felix #186816

Tints of San Felix #186816

Color information

#186816 (or 0x186816) is unknown color: approx San Felix. HEX triplet: 18, 68 and 16. RGB value is (24,104,22). Sum of RGB (Red+Green+Blue) = 24+104+22=150 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16% from 150); Green value is 104 (41.02% from 255 or 69.33% from 150); Blue value is 22 (8.98% from 255 or 14.67% from 150); Max value from RGB is 104 - color contains mainly: green. Hex color #186816 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #186816 is #E797E9. Grayscale: #464646. Windows color (decimal): -15177706 or 1468440. OLE color: 1468440.

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

Color convert

RGB2410422-
CMYK0.7700.790.59
HSL118.54º65.08%24.71%-
HSV(B)118.54º78.85%40.78%-
XYZ5.4710.152.43-
YUV70.73100.594.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16%
GREEN value IS 104 (41.02% from 255) = 69.33%
BLUE value IS 22 (8.98% from 255) = 14.67%
R=16%
G=69.33%
B=14.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24104220.7700.790.59118.5465.0824.71
Hex1868164D04F3B774119
Octal301502611501177316710131
Binary110001101000101101001101010011111110111110111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186816; }

 p { color: rgb(24,104,22); }

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

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

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

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

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

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

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