#186620

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

Shades of San Felix #186620

Tints of San Felix #186620

Color information

#186620 (or 0x186620) is unknown color: approx San Felix. HEX triplet: 18, 66 and 20. RGB value is (24,102,32). Sum of RGB (Red+Green+Blue) = 24+102+32=158 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.19% from 158); Green value is 102 (40.23% from 255 or 64.56% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 102 - color contains mainly: green. Hex color #186620 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186620 is #E799DF. Grayscale: #464646. Windows color (decimal): -15178208 or 2123288. OLE color: 2123288.

HSL color Cylindrical-coordinate representation of color #186620: hue angle of 126.15º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #186620 is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.6.

Color convert

RGB2410232-
CMYK0.7600.690.6
HSL126.15º61.9%24.71%-
HSV(B)126.15º76.47%40%-
XYZ5.399.82.97-
YUV70.7106.1694.69-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.19%
GREEN value IS 102 (40.23% from 255) = 64.56%
BLUE value IS 32 (12.89% from 255) = 20.25%
R=15.19%
G=64.56%
B=20.25%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal24102320.7600.690.6126.1561.924.71
Hex1866204C0453C7e3e19
Octal30146401140105741767631
Binary110001100110100000100110001000101111100111111011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186620; }

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

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

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

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

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

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

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

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