#186619

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

Shades of San Felix #186619

Tints of San Felix #186619

Color information

#186619 (or 0x186619) is unknown color: approx San Felix. HEX triplet: 18, 66 and 19. RGB value is (24,102,25). Sum of RGB (Red+Green+Blue) = 24+102+25=151 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.89% from 151); Green value is 102 (40.23% from 255 or 67.55% from 151); Blue value is 25 (10.16% from 255 or 16.56% from 151); Max value from RGB is 102 - color contains mainly: green. Hex color #186619 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #186619 is #E799E6. Grayscale: #464646. Windows color (decimal): -15178215 or 1664536. OLE color: 1664536.

HSL color Cylindrical-coordinate representation of color #186619: hue angle of 120.77º 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 #186619 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB2410225-
CMYK0.7600.750.6
HSL120.77º61.9%24.71%-
HSV(B)120.77º76.47%40%-
XYZ5.39.772.53-
YUV69.9102.6695.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.89%
GREEN value IS 102 (40.23% from 255) = 67.55%
BLUE value IS 25 (10.16% from 255) = 16.56%
R=15.89%
G=67.55%
B=16.56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal24102250.7600.750.6120.7761.924.71
Hex1866194C04B3C793e19
Octal30146311140113741717631
Binary11000110011011001100110001001011111100111100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186619; }

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

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

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

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

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

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

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

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