#186719

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

Shades of San Felix #186719

Tints of San Felix #186719

Color information

#186719 (or 0x186719) is unknown color: approx San Felix. HEX triplet: 18, 67 and 19. RGB value is (24,103,25). Sum of RGB (Red+Green+Blue) = 24+103+25=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 103 (40.62% from 255 or 67.76% from 152); Blue value is 25 (10.16% from 255 or 16.45% from 152); Max value from RGB is 103 - color contains mainly: green. Hex color #186719 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #186719 is #E798E6. Grayscale: #464646. Windows color (decimal): -15177959 or 1664792. OLE color: 1664792.

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

Color convert

RGB2410325-
CMYK0.7700.760.60
HSL120.76º62.2%24.9%-
HSV(B)120.76º76.7%40.39%-
XYZ5.49.962.56-
YUV70.49102.3394.84-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.79%
GREEN value IS 103 (40.62% from 255) = 67.76%
BLUE value IS 25 (10.16% from 255) = 16.45%
R=15.79%
G=67.76%
B=16.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal24103250.7700.760.60120.7662.224.9
Hex1867194D04C3C793e19
Octal30147311150114741717631
Binary11000110011111001100110101001100111100111100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186719; }

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

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

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

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

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

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

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

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