#18681C

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

Shades of San Felix #18681C

Tints of San Felix #18681C

Color information

#18681C (or 0x18681C) is unknown color: approx San Felix. HEX triplet: 18, 68 and 1C. RGB value is (24,104,28). Sum of RGB (Red+Green+Blue) = 24+104+28=156 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.38% from 156); Green value is 104 (41.02% from 255 or 66.67% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 104 - color contains mainly: green. Hex color #18681C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18681C is #E797E3. Grayscale: #474747. Windows color (decimal): -15177700 or 1861656. OLE color: 1861656.

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

Color convert

RGB2410428-
CMYK0.7700.730.59
HSL123º62.5%25.1%-
HSV(B)123º76.92%40.78%-
XYZ5.5410.182.77-
YUV71.42103.594.18-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.38%
GREEN value IS 104 (41.02% from 255) = 66.67%
BLUE value IS 28 (11.33% from 255) = 17.95%
R=15.38%
G=66.67%
B=17.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24104280.7700.730.5912362.525.1
Hex18681C4D0493B7b3e19
Octal30150341150111731737631
Binary11000110100011100100110101001001111011111101111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18681C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18681C; }

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

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

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

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

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

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

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

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